Skip to content

Mohammadreza-kh94/shadowsocks.sh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shadowsocks.sh

shadowsocks.sh is a shell script that installs and configures a shadowsocks-rust server and (optionally) a Cloak server.

Usage

./shadowsocks.sh [-c]

Flags:
  -c    Install Cloak (learn more at https://github.com/cbeuw/Cloak)

Quick start

SSH into your server and run the following commands (as root):

# download
wget https://raw.githubusercontent.com/karmishin/shadowsocks.sh/master/shadowsocks.sh

# check the contents
less shadowsocks.sh

# mark as executable
chmod +x shadowsocks.sh

# execute the actual script
# remove the '-c' flag if you are not planning to use Cloak
./shadowsocks.sh -c

About

set up a shadowsocks (+cloak) server with a single shell script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%