This commit is contained in:
arraykeys
2023-03-29 08:37:55 +08:00
parent ae7a9d9795
commit d3a2cf15c0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ If there is a upstream agent, then refer to the above tutorial to set the upstre
`proxy http -t tcp -p :80,:443 -T tls -P "2.2.2.2:33080" -C proxy.crt -K proxy.key`
Note:
The DNS resolution result of the server where the proxy is located cannot be affected by the custom resolution, otherwise it will be infinite loop. The proxy proxy should specify the `--dns 8.8.8.8` parameter.
The DNS resolution result of the server where the proxy is located cannot be affected by the custom resolution, otherwise it will be infinite loop. The proxy proxy should specify the `--dns-address 8.8.8.8` parameter.
### 1.10 HTTP(S) Transparent Proxy
This mode needs to have a certain network foundation. If the related concepts are not understood, please search for it yourself.
+1 -1
View File
@@ -381,7 +381,7 @@ proxy不仅支持在其他软件里面通过设置代理的方式,为其他软
`proxy http -t tcp -p :80,:443 -T tls -P "2.2.2.2:33080" -C proxy.crt -K proxy.key`
注意:
proxy所在的服务器的DNS解析结果不能受到自定义的解析影响,不然就死循环了,proxy代理最好指定`--dns 8.8.8.8`参数。
proxy所在的服务器的DNS解析结果不能受到自定义的解析影响,不然就死循环了,proxy代理最好指定`--dns-address 8.8.8.8`参数。
### 1.10 HTTP(S)透明代理