From a33439b013f50e3cccc566784a708b0b31d20f73 Mon Sep 17 00:00:00 2001 From: esrrhs Date: Wed, 8 Jan 2020 10:35:57 +0800 Subject: [PATCH] add --- README.md | 4 ++-- README_EN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e32c3b1..2e8c039 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ sudo ./pingtunnel -type server ![image](qtrun.jpg) -### 安装客户端 +### 安装客户端(高玩推荐) * 从[releases](https://github.com/esrrhs/pingtunnel/releases)下载对应的安装包,如pingtunnel_windows64.zip,解压 * 然后用管理员权限运行,不同的转发功能所对应的命令如下 * 如果看到有ping pong的log,说明连接正常 @@ -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 diff --git a/README_EN.md b/README_EN.md index fa11630..4904ef2 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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 @@ -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