Created
November 5, 2022 13:10
-
-
Save rsyuzyov/77a5044f490fd07bd763dde28cea748f to your computer and use it in GitHub Desktop.
shadowsocks
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
echo "deb http://deb.debian.org/debian buster-backports main" | sudo tee /etc/apt/sources.list.d/buster-backports.list | |
apt update | |
apt -t buster-backports install shadowsocks-libev | |
systemctl enable shadowsocks-libev | |
systemctl start shadowsocks-libev | |
nano /etc/shadowsocks-libev/config.json | |
{ | |
"server":"externalip", | |
"server_port":18388, | |
"local_port":, | |
"password":"password", | |
"timeout":, | |
"method": | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment