shadowsocksr + kcptun

shadowsocksr/ssr https://github.com/shadowsocksrr/shadowsocksr 是在ss基础上增加了流量混淆 ssr的客户端(ssr-local)我们都有叫做ShadowsocksX-NG-R8

kcptun https://github.com/xtaci/kcptun 也有加密功能,但是主要还是考虑加速广域网的传输速度

Pasted-Image-20231225103834.png

部署上有好几种选择:

启动方式如下:

  1. 本地启动ss-local配置可以参考 ssr-local-config.json
  2. 国内机器启动 ./kcptun_client_linux_amd64 -c kcptun-ssr-config.json
  3. 国外机器启动 ./kcptun_server_linux_amd64 -c kcptun-ssr-config.json
  4. 国外机器启动 ssr-server -c ssr-server-config.json