Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redirect does not support UDP #491

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/config/transport.md
Original file line number Diff line number Diff line change
@@ -314,7 +314,7 @@ TLS 配置。TLS 由 Golang 提供,支持 TLS 1.3,不支持 DTLS。

是否开启透明代理(仅适用于 Linux)。

* `"redirect"`:使用 Redirect 模式的透明代理。支持 TCP 和 UDP 连接。
* `"redirect"`:使用 Redirect 模式的透明代理。支持 TCP 连接。
* `"tproxy"`:使用 TProxy 模式的透明代理。支持 TCP 和 UDP 连接。
* `"off"`:关闭透明代理。

2 changes: 1 addition & 1 deletion docs/en_US/config/transport.md
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 1 addition & 1 deletion docs/en_US/v5/config/stream.md
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 1 addition & 1 deletion docs/v5/config/stream.md
Original file line number Diff line number Diff line change
@@ -213,7 +213,7 @@ uTLS 是一个修改版本的 TLS 实现。 这个项目通过模仿常用 TLS

是否开启透明代理(仅适用于 Linux)。

* `"redirect"`:使用 Redirect 模式的透明代理。支持 TCP 和 UDP 连接。
* `"redirect"`:使用 Redirect 模式的透明代理。支持 TCP 连接。
* `"tproxy"`:使用 TProxy 模式的透明代理。支持 TCP 和 UDP 连接。
* `"off"`:关闭透明代理。