Browse Source

Add missing `"encryption": "none"` (#214)

VLESS requires encryption: none for every user
iopq 8 months ago
parent
commit
4c95f5e4c9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      VLESS-XHTTP3-Nginx/client.jsonc

+ 2 - 1
VLESS-XHTTP3-Nginx/client.jsonc

@@ -20,7 +20,8 @@
             "port": 443,
             "users": [
               {
-                  "id": "" //填写你的 UUID
+                  "id": "", //填写你的 UUID
+                  "encryption": "none"
               }
             ]
           }