美文网首页
半挖工 - ss + kcp

半挖工 - ss + kcp

作者: 自由快挂 | 来源:发表于2017-12-12 11:13 被阅读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-

相关文章

网友评论

      本文标题:半挖工 - ss + kcp

      本文链接:https://www.haomeiwen.com/subject/npvgixtx.html