mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-08 18:13:13 +00:00
dbd71fa0f7
Co-authored-by: yuhan6665 <1588741+yuhan6665@users.noreply.github.com>
25 lines
343 B
JSON
25 lines
343 B
JSON
{
|
|
"port": 443,
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": ""
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "quic",
|
|
"quicSettings": {},
|
|
"security": "tls",
|
|
"tlsSettings": {
|
|
"certificates": [
|
|
{
|
|
"certificateFile": "fullchain.crt", // 使用真实证书
|
|
"keyFile": "private.key"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|