16 lines
257 B
JSON
16 lines
257 B
JSON
"inbounds": [{
|
|
"port": 443,
|
|
"protocol": "vless",
|
|
"settings": {
|
|
"clients": [...],
|
|
"decryption": "none"
|
|
},
|
|
"streamSettings": {
|
|
"network": "tcp",
|
|
"security": "xtls",
|
|
"xtlsSettings": {
|
|
"alpn": ["h2", "http/1.1"]
|
|
}
|
|
}
|
|
}]
|