轻松在 VPS 搭建 Shadowsocks
作者:admin 日期:2018-03-28
搭建ShadowSocks
推荐看秋水逸冰的《Shadowsocks 一键安装脚本(四合一)》的安装教程。
运行以下命令:
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.shchmod +x shadowsocks-all.sh./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log
选择脚本(Python、R、Go、libev),任选一个:
Which Shadowsocks server you'd select:
1.Shadowsocks-Python
2.ShadowsocksR
3.Shadowsocks-Go
4.Shadowsocks-libev
Please enter a number (default 1):
笔者选择Shadowsocks-Go,输入3......然后,输入密码和端口,笔者直接回车用默认:
You choose = Shadowsocks-Go
Please enter password for Shadowsocks-Go
(default password: teddysun.com):
password = teddysun.com
Please enter a port for Shadowsocks-Go [1-65535]
(default port: 8989):port = 8989
Press any key to start...or Press Ctrl+C to cancel
安装成功后,命令行出现:
Congratulations, Shadowsocks-Go server install completed!
Your Server IP : 88.88.88.88
Your Server Port : 8989
Your Password : teddysun.com
Your Encryption Method: aes-256-cfb
Welcome to visit: https://teddysun.com/486.html
Enjoy it!
Shadowsocks客户端
笔者使用的3.4.3版本,下载好Shadowsocks-3.4.3.zip,解压,里面只有一个Shadowsocks.exe。打开,输入服务器ip、端口、密码:
把刚才安装Shadowsocks脚本成功后,输出的信息填上去:
服务器地址,vps的ip地址,Your Server IP
服务器端口,vps shadowsocks端口,Your Server Port ,默认8989
密码,Your Password,默认 teddysun.com
加密,Your Encryption Method,默认aes-256-cfb
代理端口,这是代理本机的端口,建议默认 1080
评论: 0 | 引用: 0
发表评论