Skip to content

Instantly share code, notes, and snippets.

@rsyuzyov
Created November 5, 2022 13:10
Show Gist options
  • Save rsyuzyov/77a5044f490fd07bd763dde28cea748f to your computer and use it in GitHub Desktop.
Save rsyuzyov/77a5044f490fd07bd763dde28cea748f to your computer and use it in GitHub Desktop.
shadowsocks
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