1. 程式人生 > >Shadowsocks Server And Client

Shadowsocks Server And Client

Server

123 sudoapt-getinstallpythonpython-pippipinstallshadowsocksssserver-c/etc/shadowsocks/config.json-dstart

其中 config.

json的配置如下:

123456789 {"server":"0.0.0.0","server_port":18888,"local_port":
1080,"password":"123456","timeout":600,"method":"aes-256-cfb","fast_open":false}

Client

123 sudoapt-getinstallpythonpython-pippipinstallshadowsockssslocal-
cconfig.json

其中 config.json的配置如下:

12345678 {"server":["13.115.230.213"],"server_port":18888,"local_port":1080,"password":"123456","timeout":600,"method":"aes-256-cfb"}