From 5302af1e9ddf0787dc13dc8f121829887d9de16c Mon Sep 17 00:00:00 2001 From: SQLimit <110686480+SQLimit@users.noreply.github.com> Date: Thu, 17 Nov 2022 16:47:59 +0800 Subject: [PATCH] Update client.json --- VLESS-WSS-Nginx/client.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/VLESS-WSS-Nginx/client.json b/VLESS-WSS-Nginx/client.json index 992f70d..766185a 100644 --- a/VLESS-WSS-Nginx/client.json +++ b/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" } }, {