iac_modules/vpn-overlay/xray/TCP-XTLS-client.json
2025-04-02 15:19:12 +08:00

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"]
}
}
}]