Update client.json

This commit is contained in:
SQLimit 2022-11-17 16:47:59 +08:00 committed by yuhan6665
parent 17925d2307
commit 5302af1e9d
1 changed files with 6 additions and 2 deletions

View File

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