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