|
本脚本适用环境:
关于本脚本:
默认配置:
客户端下载:
使用方法: wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-go.sh chmod +x shadowsocks-go.sh ./shadowsocks-go.sh 2>&1 | tee shadowsocks-go.log 安装完成后,脚本提示如下: Congratulations, shadowsocks-go install completed! Your Server IP:your_server_ip Your Server Port:your_server_port Your Password:your_password Your Local Port:1080 Your Encryption Method:aes-256-cfb Welcome to visit:https://teddysun.com/392.html Enjoy it!
卸载方法: ./shadowsocks-go.sh uninstall
其他事项: 安装完成后即已后台启动 shadowsocks-go ,运行: /etc/init.d/shadowsocks status
可以查看 shadowsocks-go 进程是否已经启动。
统一回复:
使用命令:
多用户多端口配置文件 sample(2015年01月08日):
{
"port_password":{
"8989":"password0",
"9001":"password1",
"9002":"password2",
"9003":"password3",
"9004":"password4"
},
"method":"aes-256-cfb",
"timeout":600
}
官方版本的 sample ,详见这里。 |
