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

16 lines
252 B
JSON

"inbounds": [{
"port": 443,
"protocol": "vless",
"settings": {
"clients": [...],
"decryption": "none"
},
"streamSettings": {
"network": "grpc",
"grpcSettings": {
"serviceName": "vpn"
},
"security": "xtls"
}
}]