mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-22 00:21:29 +00:00
Update client.json
This commit is contained in:
parent
17925d2307
commit
5302af1e9d
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue