add
This commit is contained in:
parent
c79b7a2cea
commit
00dfd7246b
@ -42,7 +42,8 @@ sudo ./pingtunnel -type server
|
||||
|
||||
### 安装客户端
|
||||
* 从[releases](https://github.com/esrrhs/pingtunnel/releases)下载对应的安装包,如pingtunnel_windows64.zip,解压
|
||||
* 然后用管理员权限运行,不同的转发功能所对应的命令如下。
|
||||
* 然后用管理员权限运行,不同的转发功能所对应的命令如下
|
||||
* 如果看到有ping pong的log,说明连接正常
|
||||
##### 转发sock5
|
||||
```
|
||||
pingtunnel.exe -type client -l :4455 -s www.yourserver.com -sock5 1
|
||||
|
@ -36,6 +36,7 @@ sudo ./pingtunnel -type server
|
||||
### Install the client
|
||||
* Download the corresponding installation package from [releases](https://github.com/esrrhs/pingtunnel/releases), such as pingtunnel_windows64.zip, and decompress it
|
||||
* Then run with administrator privileges. The commands corresponding to different forwarding functions are as follows.
|
||||
* If you see a log of ping pong, the connection is normal
|
||||
##### Forward sock5
|
||||
```
|
||||
pingtunnel.exe -type client -l: 4455 -s www.yourserver.com -sock5 1
|
||||
|
Loading…
Reference in New Issue
Block a user