Pārlūkot izejas kodu

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

VLESS requires encryption: none for every user
iopq 8 mēneši atpakaļ
vecāks
revīzija
4c95f5e4c9
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      VLESS-XHTTP3-Nginx/client.jsonc

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

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