shadowsocks四合一脚本秋水大佬的一键安装脚本
大佬的网站已经删除文章了,可以顶替使用
秋水四合一脚本
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh
chmod +x shadowsocks-all.sh
./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log
1.脚本卸载
如果同时安装了多个Shdowsocks,需要执行多次命令
./shadowsocks-all.sh uninstall
脚本自带一键启动、停止、重启、查看状态的命令,其中 start、stop、restart、status 分别对应启动,停止,重启,查看状态:
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
3.配置文件
每个版本的配置文件位置如下,如需手动修改请修改完配置文件后重启对应的 Shadowsocks 服务:
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
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »