Here we introduce a free tool, Kcptun. It is a very simple and fast UDP tunnel based on
the KCP protocol. It can convert TCP traffic into KCP+UDP traffic. And
KCP is a fast and reliable protocol that can reduce average latency by
30%-40% and maximum latency by three times, at the cost of
10%-20% more bandwidth than TCP.
wget
https://raw.githubusercontent.com/kuoruan/kcptun_installer/master/kcptun.sh
chmod +x ./kcptun.sh
./kcptun.sh
This information is very important. It is recommended to take a screenshot, as it will be useful when configuring the client later.
If you need to update:
./kcptun.sh update
Note: Fully supports updating the script, Kcptun, and the configuration!
If you need to reconfigure:
./kcptun.sh reconfig
Uninstall:
./kcptun.sh uninstall
How to configure the PC client:
Taking a local 64-bit Windows system as an example, first download the Windows version of Kcptun.
1. First, create a new folder here and name it Kcptun, then download:
https://github.com/xtaci/kcptun/releases/download/v20160906/kcptun-windows-amd64-20160906.tar.gz