samsesh / softether-install

softether easy installer on ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

softehter installer on ubuntu

  • one command installer
git clone https://github.com/samsesh/softether-install && cd softether-install &&  bash install.sh
  • install use tmux on one command
tmux -s softetherInstaller "git clone https://github.com/samsesh/softether-install && cd softether-install &&  bash install.sh"

It is better to use tmux so that if the ssh connection with the server is interrupted, the command will not be broken, If the connection is interrupted, you can return to the installation page with the following command after connecting to the server

tmux a -d -t softether

cfwarp

  • We use cfwarp so that we are inside the cloudflare network and the IP address of the server is not leaked and remains clean.
  • To use it, just do the following
  1. clone project :
git clone https://github.com/samsesh/softether-install.git
  1. Go to the project directory :
cd softether-install
  1. run cfwarp.sh
bash cfwarp.sh 

Note: This feature is not recommended for more than 10-20 users and it causes a decrease in speed - cfwarp repository link

About

softether easy installer on ubuntu


Languages

Language:Shell 100.0%