Update client.json

This commit is contained in:
xqzr 2024-10-13 22:06:43 +08:00 committed by GitHub
parent e771110288
commit 3bf3f1bce5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}
},