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