Transport: Redirect does not support UDP (#564)
parent
9ab6fcc472
commit
2491cc6c14
|
@ -623,7 +623,7 @@ OCSP 装订更新,与证书热重载的时间间隔。 单位:秒。默认
|
||||||
|
|
||||||
是否开启透明代理(仅适用于 Linux)。
|
是否开启透明代理(仅适用于 Linux)。
|
||||||
|
|
||||||
- `"redirect"`:使用 Redirect 模式的透明代理。支持所有基于 IPv4/6 的 TCP 和 UDP 连接。
|
- `"redirect"`:使用 Redirect 模式的透明代理。支持所有基于 IPv4/6 的 TCP 连接。
|
||||||
- `"tproxy"`:使用 TProxy 模式的透明代理。支持所有基于 IPv4/6 的 TCP 和 UDP 连接。
|
- `"tproxy"`:使用 TProxy 模式的透明代理。支持所有基于 IPv4/6 的 TCP 和 UDP 连接。
|
||||||
- `"off"`:关闭透明代理。
|
- `"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).
|
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.
|
- `"tproxy"`: Use the transparent proxy in TProxy mode. It supports all TCP and UDP connections based on IPv4/6.
|
||||||
- `"off"`: Turn off transparent proxy.
|
- `"off"`: Turn off transparent proxy.
|
||||||
|
|
||||||
|
|
|
@ -675,7 +675,7 @@ SHA256-хэш цепочки сертификатов удаленного се
|
||||||
Включить прозрачное проксирование (только для Linux).
|
Включить прозрачное проксирование (только для Linux).
|
||||||
|
|
||||||
- `"redirect"`: использовать прозрачное проксирование в режиме Redirect.
|
- `"redirect"`: использовать прозрачное проксирование в режиме Redirect.
|
||||||
Поддерживаются все TCP- и UDP-соединения на основе IPv4/6.
|
Поддерживаются все TCP-соединения на основе IPv4/6.
|
||||||
- `"tproxy"`: использовать прозрачное проксирование в режиме TProxy.
|
- `"tproxy"`: использовать прозрачное проксирование в режиме TProxy.
|
||||||
Поддерживаются все TCP- и UDP-соединения на основе IPv4/6.
|
Поддерживаются все TCP- и UDP-соединения на основе IPv4/6.
|
||||||
- `"off"`: отключить прозрачное проксирование.
|
- `"off"`: отключить прозрачное проксирование.
|
||||||
|
|
Loading…
Reference in New Issue