mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-12 20:03:27 +00:00
25 lines
321 B
JSON
25 lines
321 B
JSON
|
{
|
||
|
"port": 443,
|
||
|
"protocol": "vmess",
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"id": ""
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "quic",
|
||
|
"quicSettings": {},
|
||
|
"security": "tls",
|
||
|
"tlsSettings": {
|
||
|
"certificates": [
|
||
|
{
|
||
|
"certificateFile": "fullchain.crt",
|
||
|
"keyFile": "private.key"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|