mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-01-19 06:19:28 +08: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…
x
Reference in New Issue
Block a user