pull/539/head
arraykeys 1 year ago
parent ae7a9d9795
commit d3a2cf15c0

@ -556,7 +556,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.

@ -602,7 +602,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)透明代理

@ -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.

@ -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)透明代理

Loading…
Cancel
Save