diff --git a/docs/config/transport.md b/docs/config/transport.md index 2d7a5383a..30fbcf4e0 100644 --- a/docs/config/transport.md +++ b/docs/config/transport.md @@ -314,7 +314,7 @@ TLS 配置。TLS 由 Golang 提供,支持 TLS 1.3,不支持 DTLS。 是否开启透明代理(仅适用于 Linux)。 -* `"redirect"`:使用 Redirect 模式的透明代理。支持 TCP 和 UDP 连接。 +* `"redirect"`:使用 Redirect 模式的透明代理。支持 TCP 连接。 * `"tproxy"`:使用 TProxy 模式的透明代理。支持 TCP 和 UDP 连接。 * `"off"`:关闭透明代理。 diff --git a/docs/en_US/config/transport.md b/docs/en_US/config/transport.md index f3ef666b8..d54ad03d8 100644 --- a/docs/en_US/config/transport.md +++ b/docs/en_US/config/transport.md @@ -280,7 +280,7 @@ Whether to enable [TCP Fast Open](https://zh.wikipedia.org/wiki/TCP%E5%BF%AB%E9% Whether to enable transparent proxy (only for Linux). -* `"redirect"`: Transparent proxy using Redirect mode. Only TCP/IPv4 and UDP connections are supported. +* `"redirect"`: Transparent proxy using Redirect mode. Only TCP connections are supported. * `"tproxy"`: Use TProxy mode transparent proxy. Supports TCP and UDP connections. * `"off"`: Turn off the transparent proxy. diff --git a/docs/en_US/v5/config/stream.md b/docs/en_US/v5/config/stream.md index 7eb0fedb6..8be6efe77 100644 --- a/docs/en_US/v5/config/stream.md +++ b/docs/en_US/v5/config/stream.md @@ -206,7 +206,7 @@ Whether to enable [TCP Fast Open](https://zh.wikipedia.org/wiki/TCP%E5%BF%AB%E9% Whether to enable transparent proxy (only for Linux). -* `"redirect"`: Transparent proxy using Redirect mode. Only TCP/IPv4 and UDP connections are supported. +* `"redirect"`: Transparent proxy using Redirect mode. Only TCP connections are supported. * `"tproxy"`: Use TProxy mode transparent proxy. Supports TCP and UDP connections. * `"off"`: Turn off the transparent proxy. diff --git a/docs/v5/config/stream.md b/docs/v5/config/stream.md index b3b318afa..2df18163e 100644 --- a/docs/v5/config/stream.md +++ b/docs/v5/config/stream.md @@ -213,7 +213,7 @@ uTLS 是一个修改版本的 TLS 实现。 这个项目通过模仿常用 TLS 是否开启透明代理(仅适用于 Linux)。 -* `"redirect"`:使用 Redirect 模式的透明代理。支持 TCP 和 UDP 连接。 +* `"redirect"`:使用 Redirect 模式的透明代理。支持 TCP 连接。 * `"tproxy"`:使用 TProxy 模式的透明代理。支持 TCP 和 UDP 连接。 * `"off"`:关闭透明代理。