mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 13:16:06 +08:00
Update server.json
This commit is contained in:
parent
56bece2f87
commit
5bd546f510
@ -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","//": "换成你的私钥,绝对路径"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user