Skip to content

Commit

Permalink
Update README_ZH.md
Browse files Browse the repository at this point in the history
删除多余的"域名"
  • Loading branch information
yelongyu committed May 20, 2018
1 parent 2d66cc6 commit 69a5b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ proxy会fork子进程,然后监控子进程,如果子进程异常退出,5秒后
![1.2](/docs/images/http-2.png)
使用本地端口8090,假设上级HTTP代理是`22.22.22.22:8080`
`./proxy http -t tcp -p "0.0.0.0:8090" -T tcp -P "22.22.22.22:8080" `
我们还可以指定网站域名的黑白名单文件,一行一个域名,匹配规则是最右匹配,比如:baidu.com,匹配的是*.*.baidu.com,黑名单的域名域名直接走上级代理,白名单的域名不走上级代理.
我们还可以指定网站域名的黑白名单文件,一行一个域名,匹配规则是最右匹配,比如:baidu.com,匹配的是*.*.baidu.com,黑名单的域名直接走上级代理,白名单的域名不走上级代理.
`./proxy http -p "0.0.0.0:8090" -T tcp -P "22.22.22.22:8080" -b blocked.txt -d direct.txt`

#### **1.3.HTTP二级代理(加密)**
Expand Down

0 comments on commit 69a5b90

Please sign in to comment.