mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 13:16:06 +08:00
Update client.json
This commit is contained in:
parent
9ad16b0ff6
commit
cf12026c3b
@ -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…
x
Reference in New Issue
Block a user