Merge remote-tracking branch 'origin/master'

This commit is contained in:
esrrhs 2020-02-23 16:48:12 +08:00
commit 610b029dd9
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all
* 从[pingtunnel-qt](https://github.com/esrrhs/pingtunnel-qt)下载qt的gui版本
* 双击exe运行修改server如www.yourserver.com、listen port如1080勾上sock5其他设置默认即可然后点击*GO*
* 一切正常界面上会有ping值显示然后可点击X隐藏到状态栏
* 设置浏览器的sock5代理到127.0.0.1:1080
* 设置浏览器的sock5代理到127.0.0.1:1080如果连不上网出现socks version not supported错误日志说明浏览器的代理不是socks5代理
![image](qtrun.jpg)

View File

@ -34,7 +34,7 @@ echo 1> / proc / sys / net / ipv4 / icmp_echo_ignore_all
* 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*
* Everything is normal, there will be a ping value on the interface, and then you can click X to hide it in the status bar
* Set the browser's sock5 proxy to 127.0.0.1:1080
* Set the browser's sock5 proxy to 127.0.0.1:1080, If you do not connect to the Internet, a socks version not supported error log appears, indicating that the browser's proxy is not a socks5 proxy
![image](qtrun.jpg)