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
e771110288
commit
3bf3f1bce5
@ -25,7 +25,7 @@
|
|||||||
"port": 443,
|
"port": 443,
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "", //填写你的 UUID
|
"id": "","//": "填写你的 UUID",
|
||||||
"encryption": "none"
|
"encryption": "none"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -36,12 +36,12 @@
|
|||||||
"network": "ws",
|
"network": "ws",
|
||||||
"security": "tls",
|
"security": "tls",
|
||||||
"wsSettings": {
|
"wsSettings": {
|
||||||
"path": "/Path2WS?ed=2560" //?ed=2560 前面填写你的 path
|
"path": "/Path2WS?ed=2560","//": "?ed=2560 前面填写你的 path"
|
||||||
},
|
},
|
||||||
"tlsSettings": {
|
"tlsSettings": {
|
||||||
"allowInsecure": false,
|
"allowInsecure": false,
|
||||||
"serverName": "xx.com", //Equal to "SNI"
|
"serverName": "xx.com","//": "Equal to "SNI"",
|
||||||
"fingerprint": "chrome" //"chrome" or "firefox"
|
"fingerprint": "chrome","//": ""chrome" or "firefox""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user