Update README.md
This commit is contained in:
parent
1c51495b9a
commit
0d6b836173
@ -14,7 +14,6 @@ pingtunnel是把tcp/udp/sock5流量伪装成icmp流量进行转发的工具
|
||||
[Readme EN](./README_EN.md)
|
||||
|
||||
**注意:本工具只是用作学习研究,请勿用于非法用途!**
|
||||
|
||||
![image](network.jpg)
|
||||
|
||||
# 使用
|
||||
@ -35,7 +34,6 @@ echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all
|
||||
* 双击exe运行,修改server(如www.yourserver.com)、listen port(如1080),勾上sock5,其他设置默认即可,然后点击*GO*
|
||||
* 一切正常,界面上会有ping值显示,然后可点击X隐藏到状态栏
|
||||
* 设置浏览器的sock5代理到127.0.0.1:1080,如果连不上网,出现socks version not supported错误日志,说明浏览器的代理不是socks5代理。如果提示非安全连接,说明dns有问题,勾上浏览器的【使用socks5代理DNS查询】
|
||||
|
||||
![image](qtrun.jpg)
|
||||
|
||||
### 安装客户端(高玩推荐)
|
||||
@ -66,10 +64,7 @@ docker run --name pingtunnel-client -d --restart=always -p 1080:1080 esrrhs/ping
|
||||
```
|
||||
|
||||
# 效果
|
||||
下载centos镜像 [centos mirror](http://mirrors.ocf.berkeley.edu/centos/8.2.2004/isos/x86_64/CentOS-8.2.2004-x86_64-dvd1.iso)
|
||||
|
||||
对比如下
|
||||
|
||||
下载centos镜像 [centos mirror](http://mirrors.ocf.berkeley.edu/centos/8.2.2004/isos/x86_64/CentOS-8.2.2004-x86_64-dvd1.iso),对比如下
|
||||
| | wget | shaowsocks | kcptun | pingtunnel |
|
||||
|--------------|----------|------------|------------|------------|
|
||||
| 阿里云 | 26.6KB/s | 31.8KB/s | 606KB/s |5.64MB/s|
|
||||
|
Loading…
Reference in New Issue
Block a user