Update server.json

This commit is contained in:
xqzr 2024-10-20 19:11:18 +08:00 committed by GitHub
parent 56bece2f87
commit 5bd546f510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,13 +26,13 @@
] ]
}, },
"tlsSettings": { "tlsSettings": {
// "rejectUnknownSni": true, "//rejectUnknownSni": true,
"minVersion": "1.3", "minVersion": "1.3",
"alpn": ["h3"], "alpn": ["h3"],
"certificates": [ "certificates": [
{ {
"certificateFile": "CA.crt", // "certificateFile": "CA.crt","//": "换成你的证书,绝对路径",
"keyFile": "priv.key" // "keyFile": "priv.key","//": "换成你的私钥,绝对路径"
} }
] ]
} }