VPS 下安装 Shadowsocks[Shadowsocks-go一键安装]
安装的是 Shadowsocks-go一键安装脚本
http://teddysun.com/392.html
服务器端口:8989
客户端端口:1080
密码:自己设定(如不设定,默认为teddysun.com)
加密方式: aes-256-cfb
安装方法:
使用root用户登录,运行以下命令:
- 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:8989
- Your Password:your_password
- Your Local Port:1080
- Your Encryption Method:aes-256-cfb
- Welcome to visit:http://teddysun.com/392.html
- Enjoy it!
卸载方法:
使用 root 用户登录,运行以下命令:
- ./shadowsocks-go.sh uninstall
其他事项:
安装完成后即已后台启动 shadowsocks-go
- /etc/init.d/shadowsocks status
可以查看 shadowsocks-go 进程是否已经启动。
使用命令:
- 启动:/etc/init.d/shadowsocks start
- 停止:/etc/init.d/shadowsocks stop
- 重启:/etc/init.d/shadowsocks restart
- 状态:/etc/init.d/shadowsocks status
多用户多端口配置文件
配置文件路径:/etc/shadowsocks/config.json
- {
- "server":"0.0.0.0",
- "server_port":8989,
- "local_port":1080,
- "password":"xxxxxxxx",
- "port_password":{
- "8989":"password0",
- "9001":"password1",
- "9002":"password2",
- "9003":"password3",
- "9004":"password4"
- },
- "method":"aes-256-cfb",
- "timeout":600
- }
端口自己定义 密码当然也是自己设置 ,本人使用rc4-md5加密方式 。
感谢 一键安装脚本作者 秋水逸冰。
备份:
Shadowsocks-go一键安装脚本@teddysun.com-20150420
Shadowsocks-go一键安装脚本@teddysun.com-20150801
免费SS:
http://www.shadowsockscn.com/code
http://www.xingyuss.com/user/register.php
http://www.bujike.com/code
http://www.bolg.club/code.php
https://catss.top/code
http://vip14.good.v15ho.mmpic8.com/code.php
文章目录
关闭
共有 0 条评论