From c88af8b081ee5850e95e6905c0516ecdf926d1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sun, 5 Mar 2023 12:57:08 +0800 Subject: [PATCH] Fix documentation --- docs/configuration/inbound/vless.md | 17 ++++++++++++++++- docs/configuration/inbound/vless.zh.md | 17 ++++++++++++++++- docs/configuration/outbound/vless.md | 2 +- docs/examples/shadowtls.md | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) diff --git a/docs/configuration/inbound/vless.md b/docs/configuration/inbound/vless.md index d6b310ca..a8d0c426 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": "" } ], "tls": {}, @@ -30,6 +31,20 @@ See [Listen Fields](/configuration/shared/listen) for details. VLESS users. +#### users.uuid + +==Required== + +VLESS user id. + +#### users.flow + +VLESS Sub-protocol. + +Available values: + +* `xtls-rprx-vision` + #### tls TLS configuration, see [TLS](/configuration/shared/tls/#inbound). diff --git a/docs/configuration/inbound/vless.zh.md b/docs/configuration/inbound/vless.zh.md index 88d455e2..3ce1261c 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": "" } ], "tls": {}, @@ -30,6 +31,20 @@ VLESS 用户。 +#### users.uuid + +==必填== + +VLESS 用户 ID。 + +#### users.flow + +VLESS 子协议。 + +可用值: + +* `xtls-rprx-vision` + #### tls TLS 配置, 参阅 [TLS](/zh/configuration/shared/tls/#inbound)。 diff --git a/docs/configuration/outbound/vless.md b/docs/configuration/outbound/vless.md index d3258dde..5fc69bf4 100644 --- a/docs/configuration/outbound/vless.md +++ b/docs/configuration/outbound/vless.md @@ -36,7 +36,7 @@ The server port. ==Required== -The VLESS user id. +VLESS user id. #### flow diff --git a/docs/examples/shadowtls.md b/docs/examples/shadowtls.md index b24edefd..56b49a9e 100644 --- a/docs/examples/shadowtls.md +++ b/docs/examples/shadowtls.md @@ -53,7 +53,7 @@ "server": "127.0.0.1", "server_port": 4443, "version": 3, - "password": "fuck me till the daylight", + "password": "8JCsPssfgS8tiRwiMlhARg==", "tls": { "enabled": true, "server_name": "google.com",