Skip to content

Instantly share code, notes, and snippets.

@llloo
Last active October 23, 2021 13:54
Show Gist options
  • Save llloo/ec128166694b259f7cf68f0e74773a1a to your computer and use it in GitHub Desktop.
Save llloo/ec128166694b259f7cf68f0e74773a1a to your computer and use it in GitHub Desktop.
vps insall shadowsocks shell
apt update -y && apt upgrade -y
apt install python3-pip -y
pip install git+https://github.com/shadowsocks/shadowsocks.git@master
ssserver -p 8888 -k sspassword1234 -m aes-256-cfb --user nobody -d start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment