This commit is contained in:
esrrhs 2019-10-27 20:04:51 +08:00
parent 2495f2290f
commit 48b27bfe00
2 changed files with 3 additions and 3 deletions

View File

@ -9,14 +9,14 @@ import (
) )
var usage = ` var usage = `
通过伪造pingudp流量通过远程服务器转发到目的服务器上用于突破某些运营商封锁UDP流量 通过伪造pingtcp/udp流量通过远程服务器转发到目的服务器上用于突破某些运营商封锁TCP/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 tcp/udp traffic is forwarded to the destination server through the remote server. Used to break certain operators to block TCP/UDP traffic.
Usage: Usage:
pingtunnel -type server pingtunnel -type server
pingtunnel -type client -l LOCAL_IP:4455 -s SERVER_IP -t SERVER_IP:4455 pingtunnel -type client -l LOCAL_IP:4455 -s SERVER_IP -t SERVER_IP:4455 -tcp 1
-type 服务器或者客户端 -type 服务器或者客户端
client or server client or server

BIN
show.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 KiB