Forráskód Böngészése

Update client.json

SQLimit 3 éve
szülő
commit
5302af1e9d
1 módosított fájl, 6 hozzáadás és 2 törlés
  1. 6 2
      VLESS-WSS-Nginx/client.json

+ 6 - 2
VLESS-WSS-Nginx/client.json

@@ -36,8 +36,12 @@
         "network": "ws",
         "security": "tls",
         "wsSettings": {
-          "path": "?ed=2048" //?ed=2048 前面填写你的 path
-        }
+          "path": "/Path2WS?ed=2048" //?ed=2048 前面填写你的 path
+        },
+        "tlsSettings": {
+          "allowInsecure": false,
+          "serverName": "xx.com",  //Equal to "SNI"
+          "fingerprint": "chrome" //"chrome" or "firefox"
       }
     },
     {