From 6c495b2cf819f0aa47688d9e84bbafdacedc1d0f Mon Sep 17 00:00:00 2001 From: zhao xin Date: Sun, 27 Oct 2019 20:09:51 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec634cf..7e47828 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Pingtunnel pingtunnel是把udp流量伪装成icmp流量进行转发的工具,类似于kcptun。用于突破网络封锁,或是绕过WIFI网络的登陆验证,或是在某些网络加速网络传输速度。
Pingtunnel is a tool that advertises udp traffic as icmp traffic for forwarding, similar to kcptun. Used to break through the network blockade, or to bypass the WIFI network login verification, or speed up network transmission speed on some networks. + ![image](network.png) + # Sample 如把本机的:4455的UDP流量转发到www.yourserver.com:4455:For example, the UDP traffic of the machine: 4545 is forwarded to www.yourserver.com:4455: * 在www.yourserver.com的服务器上用root权限运行。Run with root privileges on the server at www.yourserver.com