也只能写个集合教程了。qwq (后面两个都很熟悉了)
一、UDPspeeder
1、安装 (VPS端)
1
2
|
wget https://github.com/wangyu-/UDPspeeder/releases/download/20180522.0/speederv2_binaries.tar.gz
tar –xzvf speederv2_binaries.tar.gz
|
2、使用(Windows端为例)
下载:https://github.com/wangyu-/UDPspeeder/files/2119542/speederv2_windows.zip
使用教程:
1
2
3
4
5
6
7
8
9
10
11
12
|
# 服务器运行
./speederv2 –s –l0.0.0.0:4096 –r 127.0.0.1:7777 –f20:10 –k “passwd”
# 客户端运行
./speederv2 –c –l0.0.0.0:3333 –r44.55.66.77:4096 –f20:10 –k “passwd”
上列样例
7777为VPS上需要加速的端口
4096为加速端口
3333为本地客户端端口
在客户端连接到UDP端口3333相当于连接到服务器端的端口7777,并且连接已由UDPspeeder提升。
|
二、Kcptun
安装
1
2
3
|
wget —no–check–certificate https://github.com/kuoruan/shell-scripts/raw/master/kcptun/kcptun.sh
chmod +x ./kcptun.sh
./kcptun.sh
|
客户端 https://github.com/xtaci/kcptun/releases
脚本来自矿软博客
三、Finalspeed
安装
1
2
3
|
wget –N —no–check–certificate https://raw.githubusercontent.com/91yun/finalspeed/master/install_fs.sh
chmod –x install_fs.sh
bash install_fs.sh
|
客户端 https://github.com/91yun/finalspeed/raw/master/finalspeed_install1.12.exe