From 2d66cc62151d3adf5dcc8207699901ce21959a15 Mon Sep 17 00:00:00 2001 From: yelongyu Date: Sun, 20 May 2018 17:26:46 +0800 Subject: [PATCH] Update README_ZH.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加多级加密HTTP代理设置注意事项 --- README_ZH.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README_ZH.md b/README_ZH.md index 5f97120..651c7d6 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -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`