From 0c5fb5e451ef6b6de5d151c4695f185cb0473968 Mon Sep 17 00:00:00 2001 From: zhao xin Date: Thu, 20 Dec 2018 14:58:07 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acffe04..99df5d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pingtunnel -pingtunnel是把udp流量伪装成icmp流量进行转发的工具,类似于kcptun。 -Pingtunnel is a tool that advertises udp traffic as icmp traffic for forwarding, similar to kcptun. +pingtunnel是把udp流量伪装成icmp流量进行转发的工具,类似于kcptun。用于突破网络封锁,或是绕过WIFI网络的登陆验证。可以与kcptun很方便的结合使用。 +
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. Can be combined with kcptun very convenient. ![image](network.png) 通过伪造ping,把udp流量通过远程服务器转发到目的服务器上。用于突破某些运营商封锁UDP流量。