shadowsocks.sh is a single-command shadowsocks installer.
- sets up a shadowsocks-rust server
- optionally sets up a cloak server for shadowsocks obfuscation
- supports systemd and OpenRC
wget
./shadowsocks.sh [-c]
Flags:
-c Install Cloak (https://github.com/cbeuw/Cloak)
SSH into your server and run the following commands (as root):
# download
wget https://raw.githubusercontent.com/karmishin/shadowsocks.sh/master/shadowsocks.sh
# optionally examine the contents with your favorite text editor
# 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