Last active
January 1, 2025 15:58
-
-
Save thousandlemons/40c1dcac777e64ceeb63d8296d263d6d to your computer and use it in GitHub Desktop.
How to setup Shadowsocks on your Ubuntu server
Install latest version
pip3 install -U git+https://github.com/shadowsocks/shadowsocks.git@master
https://github.com/shadowsocks/shadowsocks/issues/646#issuecomment-267977330
speed is very slow and frequently disconnected.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might need to edit this Gist, but on some Ubuntu instance you might need to install
libsodium
by runningsudo apt-get install libsodium-dev