shadowsocks安装与配置
条评论我的VPS选的ub/debian系统
apt-get install python python-pip
pip install shadowsocks
vi /etc/shadowsocks.json
1 | { |
保存配置文件后启动
开始:ssserver -c /etc/shadowsocks.json -d start
结束:ssserver -c /etc/shadowsocks.json -d stop
我的VPS选的ub/debian系统
apt-get install python python-pip
pip install shadowsocks
vi /etc/shadowsocks.json
1 | { |
保存配置文件后启动
开始:ssserver -c /etc/shadowsocks.json -d start
结束:ssserver -c /etc/shadowsocks.json -d stop