Browse Source

Transport: Redirect does not support UDP (#564)

pull/565/head
mayampi01 3 months ago committed by GitHub
parent
commit
2491cc6c14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/config/transport.md
  2. 2
      docs/en/config/transport.md
  3. 2
      docs/ru/config/transport.md

2
docs/config/transport.md

@ -623,7 +623,7 @@ OCSP 装订更新,与证书热重载的时间间隔。 单位:秒。默认
是否开启透明代理(仅适用于 Linux)。
- `"redirect"`:使用 Redirect 模式的透明代理。支持所有基于 IPv4/6 的 TCP 和 UDP 连接。
- `"redirect"`:使用 Redirect 模式的透明代理。支持所有基于 IPv4/6 的 TCP 连接。
- `"tproxy"`:使用 TProxy 模式的透明代理。支持所有基于 IPv4/6 的 TCP 和 UDP 连接。
- `"off"`:关闭透明代理。

2
docs/en/config/transport.md

@ -578,7 +578,7 @@ When its value is `true` or a positive integer, TFO is enabled; when its value i
Specifies whether to enable transparent proxy (only applicable to Linux).
- `"redirect"`: Use the transparent proxy in Redirect mode. It supports all TCP and UDP connections based on IPv4/6.
- `"redirect"`: Use the transparent proxy in Redirect mode. It supports all TCP connections based on IPv4/6.
- `"tproxy"`: Use the transparent proxy in TProxy mode. It supports all TCP and UDP connections based on IPv4/6.
- `"off"`: Turn off transparent proxy.

2
docs/ru/config/transport.md

@ -675,7 +675,7 @@ SHA256-хэш цепочки сертификатов удаленного се
Включить прозрачное проксирование (только для Linux).
- `"redirect"`: использовать прозрачное проксирование в режиме Redirect.
Поддерживаются все TCP- и UDP-соединения на основе IPv4/6.
Поддерживаются все TCP-соединения на основе IPv4/6.
- `"tproxy"`: использовать прозрачное проксирование в режиме TProxy.
Поддерживаются все TCP- и UDP-соединения на основе IPv4/6.
- `"off"`: отключить прозрачное проксирование.

Loading…
Cancel
Save