Skip to content

Commit

Permalink
Update README_ZH.md
Browse files Browse the repository at this point in the history
添加多级加密HTTP代理设置注意事项
  • Loading branch information
yelongyu committed May 20, 2018
1 parent edb2fb3 commit 2d66cc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ proxy会fork子进程,然后监控子进程,如果子进程异常退出,5秒后
`./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二级代理(加密)**
> 注意: 后面二级代理使用的`proxy.crt``proxy.key`应与一级代理一致
![1.3](/docs/images/http-tls-2.png)
一级HTTP代理(VPS,IP:22.22.22.22)
`./proxy http -t tls -p ":38080" -C proxy.crt -K proxy.key`
Expand Down

0 comments on commit 2d66cc6

Please sign in to comment.