ubuntu运行ss客户端
pip install shadowsocks apt-get install build-essential wget https://github.com/jedisct1/libsodium/releases/download/1.0.12/libsodium-1.0.12.tar.gz tar xf libsodium-1.0.12.tar.gz && cd libsodium-1.0.12 ./configure && make -j2 && make install ldconfig sslocal -s server_ip -p server_port -l 1080 -k password -t 600 -m chacha20 -k 密码要加”双引号”
. Read more
