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