Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
esrrhs committed Jan 8, 2020
1 parent 00dfd72 commit a33439b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sudo ./pingtunnel -type server

![image](qtrun.jpg)

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

# 使用Docker
### Docker
server:
```
docker run --name pingtunnel-server -d --privileged --network host --restart=always esrrhs/pingtunnel ./pingtunnel -type server -key 123456
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sudo ./pingtunnel -type server

![image](qtrun.jpg)

### Install the client
### Install the client (recommended for high play)
* 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
Expand All @@ -50,7 +50,7 @@ pingtunnel.exe -type client -l: 4455 -s www.yourserver.com -t www.yourserver.com
pingtunnel.exe -type client -l: 4455 -s www.yourserver.com -t www.yourserver.com:4455
```

# Use Docker
### Use Docker
server:
```
docker run --name pingtunnel-server -d --privileged --network host --restart = always esrrhs / pingtunnel ./pingtunnel -type server -key 123456
Expand Down

0 comments on commit a33439b

Please sign in to comment.