shadowsocks的GitHub更新了shadowsocks版本至2.8.1
1 2 3 4 5 |
2.8.1 2015-08-06 - Respond ok to add and remove commands 2.8 2015-08-06 - Add Shadowsocks manager |
查看shadowsocks版本
1 |
pip freeze |
通过pip升级shadowsocks至2.8.1
1 |
pip install -U shadowsocks |
运行服务
1 2 |
ssserver -c /etc/shadowsocks.json -d start ssserver -c /etc/shadowsocks.json -d stop |
重启服务
1 |
ssserver -c /etc/shadowsocks.json -d restart |
There are no comments yet