Remove unknown flow from vless docs (#520)

pull/521/head
mmmray 5 months ago committed by GitHub
parent 74735f115b
commit cd9e29a7a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,7 +89,7 @@ level 的值, 对应 [policy](../policy.md#policyobject) 中 `level` 的值。
目前入站协议中有以下流控模式可选:
- 无 `flow`,空字符或者 `none`使用普通 TLS 代理
- 无 `flow` 或者 空字符: 使用普通 TLS 代理
- `xtls-rprx-vision`:使用新 XTLS 模式 包含内层握手随机填充
此外,目前 XTLS 仅支持 TCP、mKCP、DomainSocket 这三种传输方式。

@ -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 流量

@ -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.

@ -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

Loading…
Cancel
Save