From d3a2cf15c03dfe17f4ed2583c3714de951d4e6d5 Mon Sep 17 00:00:00 2001 From: arraykeys Date: Wed, 29 Mar 2023 08:37:55 +0800 Subject: [PATCH] update --- README.md | 2 +- README_ZH.md | 2 +- docs/manual/manual.md | 2 +- docs/manual/zh/manual.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae79e4a..8761192 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README_ZH.md b/README_ZH.md index d8a2939..a30e3a5 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -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)透明代理 diff --git a/docs/manual/manual.md b/docs/manual/manual.md index 07a5fbf..da3d68b 100644 --- a/docs/manual/manual.md +++ b/docs/manual/manual.md @@ -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. diff --git a/docs/manual/zh/manual.md b/docs/manual/zh/manual.md index 824dd9d..a7248e9 100644 --- a/docs/manual/zh/manual.md +++ b/docs/manual/zh/manual.md @@ -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)透明代理