Update client.json

This commit is contained in:
SQLimit 2022-11-17 16:47:59 +08:00 committed by yuhan6665
parent 17925d2307
commit 5302af1e9d

View file

@ -36,8 +36,12 @@
"network": "ws", "network": "ws",
"security": "tls", "security": "tls",
"wsSettings": { "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"
} }
}, },
{ {