This commit is contained in:
esrrhs 2020-01-08 10:33:02 +08:00
parent c79b7a2cea
commit 00dfd7246b
2 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,8 @@ sudo ./pingtunnel -type server
### 安装客户端 ### 安装客户端
* 从[releases](https://github.com/esrrhs/pingtunnel/releases)下载对应的安装包如pingtunnel_windows64.zip解压 * 从[releases](https://github.com/esrrhs/pingtunnel/releases)下载对应的安装包如pingtunnel_windows64.zip解压
* 然后用管理员权限运行,不同的转发功能所对应的命令如下。 * 然后用管理员权限运行,不同的转发功能所对应的命令如下
* 如果看到有ping pong的log说明连接正常
##### 转发sock5 ##### 转发sock5
``` ```
pingtunnel.exe -type client -l :4455 -s www.yourserver.com -sock5 1 pingtunnel.exe -type client -l :4455 -s www.yourserver.com -sock5 1

View File

@ -36,6 +36,7 @@ sudo ./pingtunnel -type server
### Install the client ### Install the client
* Download the corresponding installation package from [releases](https://github.com/esrrhs/pingtunnel/releases), such as pingtunnel_windows64.zip, and decompress it * 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. * 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 ##### Forward sock5
``` ```
pingtunnel.exe -type client -l: 4455 -s www.yourserver.com -sock5 1 pingtunnel.exe -type client -l: 4455 -s www.yourserver.com -sock5 1