Update README.md

This commit is contained in:
zhao xin 2018-12-19 16:47:04 +08:00 committed by GitHub
parent bc59369bfd
commit 38acfcdd5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,8 @@
# pingtunnel # pingtunnel
pingtunnel是把udp流量伪装成icmp流量进行转发的工具类似于kcptun。
典型的使用方式
![image](network.jpg)
通过伪造ping把udp流量通过远程服务器转发到目的服务器上。用于突破某些运营商封锁UDP流量。 通过伪造ping把udp流量通过远程服务器转发到目的服务器上。用于突破某些运营商封锁UDP流量。
By forging ping, the udp traffic is forwarded to the destination server through the remote server. Used to break certain operators to block UDP traffic. By forging ping, the udp traffic is forwarded to the destination server through the remote server. Used to break certain operators to block UDP traffic.
@ -27,4 +31,4 @@
The protocol that the client sends the ping. The default is 13. The protocol that the client sends the ping. The default is 13.
-rproto 客户端接收ping协议的协议默认是14 -rproto 客户端接收ping协议的协议默认是14
The protocol that the client receives the ping. The default is 14. The protocol that the client receives the ping. The default is 14.