This commit is contained in:
esrrhs 2020-01-08 10:38:33 +08:00
parent 852c0b1761
commit d4731262db
2 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,10 @@ sudo wget https://github.com/esrrhs/pingtunnel/releases/download/1.5/pingtunnel_
sudo unzip pingtunnel_linux64.zip
sudo ./pingtunnel -type server
```
* (可选)关闭系统默认的ping
```
echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all
```
### 安装GUI客户端(新手推荐)
* 从[pingtunnel-qt](https://github.com/esrrhs/pingtunnel-qt)下载qt的gui版本
* 双击exe运行修改server如www.yourserver.com、listen port如1080勾上sock5其他设置默认即可然后点击*GO*

View File

@ -25,6 +25,10 @@ sudo wget https://github.com/esrrhs/pingtunnel/releases/download/1.5/pingtunnel_
sudo unzip pingtunnel_linux64.zip
sudo ./pingtunnel -type server
```
* (Optional) Disable system default ping
```
echo 1> / proc / sys / net / ipv4 / icmp_echo_ignore_all
```
### Install GUI client (recommended by novices)
* Download the gui version of qt from [pingtunnel-qt](https://github.com/esrrhs/pingtunnel-qt)
* Double-click the exe to run, modify the server (such as www.yourserver.com), listen port (such as 1080), tick sock5, other settings can be default, and then click *GO*