sudo apt-get install golang-go
export GOPATH=/root/go
go get -u -v github.com/shadowsocks/go-shadowsocks2
cd $GOPATH/bin
./go-shadowsocks2 -s ss://AEAD_CHACHA20_POLY1305:your-password@:8488 -verbose
wget --no-check-certificate https://github.com/kuoruan/shell-scripts/raw/master/kcptun/kcptun.sh
chmod +x ./kcptun.sh
# 设置一下密码,其他都默认,安装完成后有一个配置信息,记得保存下来。
./kcptun.sh
mac 客户端:https://github.com/shadowsocks/ShadowsocksX-NG
-Enjoy-
网友评论