半挖工 - ss + kcp

2017-12-12  本文已影响253人  自由快挂
  1. https://github.com/shadowsocks/go-shadowsocks2
  2. https://github.com/xtaci/kcptun
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-

上一篇 下一篇

猜你喜欢

热点阅读