Shadowsocks Linux快速搭建

这个是对比过去的一键脚本,还需要编译,比较费时。下面针对Ubuntu系统整理了指令。
安装也很简单:

apt-get update -y
apt-get install python-setuptools curl -y
easy_install pip
pip install https://github.com/shadowsocks/shadowsocks/archive/master.zip -U
ssserver -p 监听端口 -k 密码 -m 加密方式 -d start

支持最新协议。

停止:

ssserver -d stop

参考链接:
http://www.vuln.cn/8555
https://github.com/shadowsocks/shadowsocks/issues/1097#issuecomment-354655762


未经允许不得转载:阿藏博客 » Shadowsocks Linux快速搭建