From 7c47ed473a73ec4a71ab625d0e9c412bba9f4f4f Mon Sep 17 00:00:00 2001 From: mzz <2017@duck.com> Date: Wed, 29 Mar 2023 20:10:04 +0800 Subject: [PATCH] Update other-proxy-protocol_zh.md --- docs/getting-started/other-proxy-protocol_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/other-proxy-protocol_zh.md b/docs/getting-started/other-proxy-protocol_zh.md index 7ee0628..e22c9dd 100644 --- a/docs/getting-started/other-proxy-protocol_zh.md +++ b/docs/getting-started/other-proxy-protocol_zh.md @@ -28,7 +28,7 @@ dae 目前支持的代理协议有: 1. 启动 naiveproxy: - 由于 naiveproxy 的 socks 实现无法被 curl 和 dae 使用,这里建议使用 naiveproxy 开启一个 http 监听端口。 + 由于 naiveproxy 的 socks 实现可能有些问题,无法被 curl 和 dae 使用,样例中使用 naiveproxy 开启一个 http 监听端口。注意,http 代理不支持代理 udp 流量,所以如果你外接其他代理程序,建议优先考虑使用 socks5 端口。 ```bash naiveproxy --listen=http://127.0.0.1:1090 --proxy=https://yourlink