From 3bda190ea0a4795efd887f8d8382bd7c4123b07e Mon Sep 17 00:00:00 2001 From: tdjnodj <108401163+tdjnodj@users.noreply.github.com> Date: Sat, 4 Mar 2023 11:55:27 +0800 Subject: [PATCH] add flow --- docs/configuration/inbound/vless.md | 7 ++----- docs/configuration/inbound/vless.zh.md | 6 ++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/configuration/inbound/vless.md b/docs/configuration/inbound/vless.md index cbebb49f..2ee89c85 100644 --- a/docs/configuration/inbound/vless.md +++ b/docs/configuration/inbound/vless.md @@ -10,7 +10,8 @@ "users": [ { "name": "sekai", - "uuid": "bf000d23-0752-40b4-affe-68f7707a9661" + "uuid": "bf000d23-0752-40b4-affe-68f7707a9661", + "flow": "xtls-rprx-vision" } ], "tls": {}, @@ -35,10 +36,6 @@ VLESS users. TLS configuration, see [TLS](/configuration/shared/tls/#inbound). -!!! error "" - - If sing-box as a server, then the VLESS service provides flow `xtls-rprx-vision` for compulsory use. - #### transport V2Ray Transport configuration, see [V2Ray Transport](/configuration/shared/v2ray-transport). diff --git a/docs/configuration/inbound/vless.zh.md b/docs/configuration/inbound/vless.zh.md index 78333fdf..ba7bf953 100644 --- a/docs/configuration/inbound/vless.zh.md +++ b/docs/configuration/inbound/vless.zh.md @@ -10,7 +10,8 @@ "users": [ { "name": "sekai", - "uuid": "bf000d23-0752-40b4-affe-68f7707a9661" + "uuid": "bf000d23-0752-40b4-affe-68f7707a9661", + "flow": "xtls-rprx-vision" } ], "tls": {}, @@ -34,9 +35,6 @@ VLESS 用户。 TLS 配置, 参阅 [TLS](/zh/configuration/shared/tls/#inbound)。 -!!! error "" - - 如果 sing-box 作为 VLESS 的服务端,将会强制开启流控 `xtls-rprx-vision`。 #### transport