#20161013更新: 直接使用一键包即可
http://git.justchen.com/network/shadowsocksInstall
参考:https://github.com/iMeiji/shadowsocks_install
1:安装环境
apt–get install python–gevent python–pip
apt–get install python–m2crypto
pip install shadowsocks
2:创建配置文件 /etc/shadowsocks/config.json
{
"server":"157.7.52.115",
"server_port":8066,
"local_port":1081,
"password":"8926785",
"timeout":600,
"method":"aes-256-cfb"
}
3:启动服务
ssserver -c /etc/shadowsocks/config.json -d start
4:加入开机启动…
正文完