mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-19 17:21:41 +03:00
Transport: Redirect does not support UDP (#564)
This commit is contained in:
parent
9ab6fcc472
commit
2491cc6c14
@ -623,7 +623,7 @@ OCSP 装订更新,与证书热重载的时间间隔。 单位:秒。默认
|
||||
|
||||
是否开启透明代理(仅适用于 Linux)。
|
||||
|
||||
- `"redirect"`:使用 Redirect 模式的透明代理。支持所有基于 IPv4/6 的 TCP 和 UDP 连接。
|
||||
- `"redirect"`:使用 Redirect 模式的透明代理。支持所有基于 IPv4/6 的 TCP 连接。
|
||||
- `"tproxy"`:使用 TProxy 模式的透明代理。支持所有基于 IPv4/6 的 TCP 和 UDP 连接。
|
||||
- `"off"`:关闭透明代理。
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -675,7 +675,7 @@ SHA256-хэш цепочки сертификатов удаленного се
|
||||
Включить прозрачное проксирование (только для Linux).
|
||||
|
||||
- `"redirect"`: использовать прозрачное проксирование в режиме Redirect.
|
||||
Поддерживаются все TCP- и UDP-соединения на основе IPv4/6.
|
||||
Поддерживаются все TCP-соединения на основе IPv4/6.
|
||||
- `"tproxy"`: использовать прозрачное проксирование в режиме TProxy.
|
||||
Поддерживаются все TCP- и UDP-соединения на основе IPv4/6.
|
||||
- `"off"`: отключить прозрачное проксирование.
|
||||
|
Loading…
x
Reference in New Issue
Block a user