mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-12 20:03:27 +00:00
26 lines
316 B
JSON
26 lines
316 B
JSON
{
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"vnext": [
|
|
{
|
|
"address": "",
|
|
"port": 443,
|
|
"users": [
|
|
{
|
|
"id": "",
|
|
"security": "zero"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "quic",
|
|
"quicSettings": {},
|
|
"security": "tls",
|
|
"tlsSettings": {
|
|
"servername": "*"
|
|
}
|
|
}
|
|
}
|