目前GFW已经能准确识别SSR流量,建了之后端口很快会被封掉,特别是手机端访问后。所以推荐使用 v2ray。
一键安装 SS-Python, SSR, SS-Go,SS-libev 版(四选一)服务端.
1 | wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh |
卸载代码:
1 | ./shadowsocks-all.sh uninstall |
各版本管理命令(启动,停止,重启,查看状态):
Shadowsocks-Python 版:
1 | /etc/init.d/shadowsocks-python start | stop | restart | status |
ShadowsocksR 版:
1 | /etc/init.d/shadowsocks-r start | stop | restart | status |
Shadowsocks-Go 版:
1 | /etc/init.d/shadowsocks-go start | stop | restart | status |
Shadowsocks-libev 版:
1 | /etc/init.d/shadowsocks-libev start | stop | restart | status |
各版本默认配置文件
Shadowsocks-Python 版:
1 | /etc/shadowsocks-python/config.json |
ShadowsocksR 版:
1 | /etc/shadowsocks-r/config.json |
Shadowsocks-Go 版:
1 | /etc/shadowsocks-go/config.json |
Shadowsocks-libev 版:
1 | /etc/shadowsocks-libev/config.json |

评论已关闭