Last active
October 23, 2021 13:54
-
-
Save llloo/ec128166694b259f7cf68f0e74773a1a to your computer and use it in GitHub Desktop.
vps insall shadowsocks shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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