Linux Shell Scripts
kcptun加速的原贴地址:https://blog.kuoruan.com/110.html
电脑kcp启动工具下载地址:https://github.com/dfdragon/kcptun_gclient/releases
电脑kcp服务端+客户端下载地址:https://github.com/xtaci/kcptun/releases
电脑SSR客户端下载地址:https://github.com/shadowsocksrr/shadowsocksr-csharp/releases
或者: https://github.com/shadowsocksrr
手机SSR客户端下载地址:https://github.com/shadowsocks/shadowsocks-android/releases
手机kcptun插件下载地址:https://github.com/shadowsocks/kcptun-android/releases
openwrt路由kcptun客户端下载地址:https://github.com/kuoruan/luci-app-kcptun/releases
最详细的图文教程地址:https://github.com/yangtengx/ssr/issues
SSR_NG客户端下载地址:https://github.com/shadowsocks/ShadowsocksX-NG/releases
编译openwrt版udpspeeder和udp2raw:https://www.atrandys.com/2018/1255.html
第一段:
wget --no-check-certificate https://github.com/kuoruan/shell-scripts/raw/master/kcptun/kcptun.sh
第二段:
chmod +x ./kcptun.sh
第三段:
./kcptun.sh
wget --no-check-certificate https://github.com/kuoruan/shell-scripts/raw/master/kcptun/kcptun.sh && chmod +x ./kcptun.sh && ./kcptun.sh
安装setuptool
wget https://files.pythonhosted.org/packages/37/1b/b25507861991beeade31473868463dad0e58b1978c209de27384ae541b0b/setuptools-40.6.3.zip --no-check-certific
unzip setuptools-40.6.3.zip
cd setuptools-40.6.3
sudo python setup.py install