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" } }, {