From 3bf3f1bce57d419887d6d8da3def9fd42c497c72 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:06:43 +0800 Subject: [PATCH] Update client.json --- VLESS-WSS-Nginx/client.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VLESS-WSS-Nginx/client.json b/VLESS-WSS-Nginx/client.json index 7ae6584..be525fc 100644 --- a/VLESS-WSS-Nginx/client.json +++ b/VLESS-WSS-Nginx/client.json @@ -25,7 +25,7 @@ "port": 443, "users": [ { - "id": "", //填写你的 UUID + "id": "","//": "填写你的 UUID", "encryption": "none" } ] @@ -36,12 +36,12 @@ "network": "ws", "security": "tls", "wsSettings": { - "path": "/Path2WS?ed=2560" //?ed=2560 前面填写你的 path + "path": "/Path2WS?ed=2560","//": "?ed=2560 前面填写你的 path" }, "tlsSettings": { "allowInsecure": false, - "serverName": "xx.com", //Equal to "SNI" - "fingerprint": "chrome" //"chrome" or "firefox" + "serverName": "xx.com","//": "Equal to "SNI"", + "fingerprint": "chrome","//": ""chrome" or "firefox"" } } },