秋水大神酸酸乳SSR一键安装脚本
|
字数总计:
1100
|
阅读时长:
1分钟
|
阅读量:
3728
这篇文章距离最后更新已过1472 天,如果文章内容或图片资源失效,请留言反馈,我会及时处理,谢谢!
目前GFW已经能准确识别SSR流量,建了之后端口很快会被封掉,特别是手机端访问后。所以推荐使用 v2ray。
一键安装 SS-Python, SSR, SS-Go,SS-libev 版(四选一)服务端.
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh
卸载代码:
./shadowsocks-all.sh uninstall
各版本管理命令(启动,停止,重启,查看状态):
Shadowsocks-Python 版:
/etc/init.d/shadowsocks-python start | stop | restart | status
ShadowsocksR 版:
/etc/init.d/shadowsocks-r start | stop | restart | status
Shadowsocks-Go 版:
/etc/init.d/shadowsocks-go start | stop | restart | status
Shadowsocks-libev 版:
/etc/init.d/shadowsocks-libev start | stop | restart | status
各版本默认配置文件
Shadowsocks-Python 版:
/etc/shadowsocks-python/config.json
ShadowsocksR 版:
/etc/shadowsocks-r/config.json
Shadowsocks-Go 版:
/etc/shadowsocks-go/config.json
Shadowsocks-libev 版:
/etc/shadowsocks-libev/config.json
评论已关闭