diff --git a/docs/config/inbounds/vless.md b/docs/config/inbounds/vless.md index 4ed31c6b3..721caba17 100644 --- a/docs/config/inbounds/vless.md +++ b/docs/config/inbounds/vless.md @@ -89,7 +89,7 @@ level 的值, 对应 [policy](../policy.md#policyobject) 中 `level` 的值。 目前入站协议中有以下流控模式可选: -- 无 `flow`,空字符或者 `none`:使用普通 TLS 代理 +- 无 `flow` 或者 空字符: 使用普通 TLS 代理 - `xtls-rprx-vision`:使用新 XTLS 模式 包含内层握手随机填充 此外,目前 XTLS 仅支持 TCP、mKCP、DomainSocket 这三种传输方式。 diff --git a/docs/config/outbounds/vless.md b/docs/config/outbounds/vless.md index b3b2ac9c8..e8cbeea53 100644 --- a/docs/config/outbounds/vless.md +++ b/docs/config/outbounds/vless.md @@ -99,7 +99,7 @@ VLESS 的用户 ID,可以是任意小于 30 字节的字符串, 也可以是 目前出站协议中有以下流控模式可选: -- 无 `flow`,空字符或者 `none`:使用普通 TLS 代理 +- 无 `flow` 或者 空字符: 使用普通 TLS 代理 - `xtls-rprx-vision`:使用新 XTLS 模式 包含内层握手随机填充 支持 uTLS 模拟客户端指纹 - `xtls-rprx-vision-udp443`:同 `xtls-rprx-vision`, 但是放行了目标为 443 端口的 UDP 流量 diff --git a/docs/en/config/inbounds/vless.md b/docs/en/config/inbounds/vless.md index f0aeec55e..f10bde8a6 100644 --- a/docs/en/config/inbounds/vless.md +++ b/docs/en/config/inbounds/vless.md @@ -85,7 +85,7 @@ Flow control mode used to select the XTLS algorithm. Currently, the following flow control modes are available for inbound protocols: -- No `flow`, empty string, or `none`: Use regular TLS proxy. +- No `flow` or empty string: Use regular TLS proxy. - `xtls-rprx-vision`: Use the new XTLS mode, including inner-handshake random padding. Additionally, XTLS currently only supports TCP, mKCP, and DomainSocket as transport methods. diff --git a/docs/en/config/outbounds/vless.md b/docs/en/config/outbounds/vless.md index 21fcc81e1..d007da2b7 100644 --- a/docs/en/config/outbounds/vless.md +++ b/docs/en/config/outbounds/vless.md @@ -99,7 +99,7 @@ Flow control mode, used to select the XTLS algorithm. Currently, there are the following flow control modes available in the outbound protocol: -- No `flow`, empty character or `none`: using regular TLS proxy +- No `flow` or empty string: Use regular TLS proxy. - `xtls-rprx-vision`: using the new XTLS mode includes inner handshake random padding supports uTLS client fingerprint simulation - `xtls-rprx-vision-udp443`: same as `xtls-rprx-vision`, but allows UDP traffic with a destination of port 443