openwrt-xray/etc/xray/config/03_inbounds.json

33 lines
709 B
JSON

{
"inbounds":
[
{
"port": 61219,
"protocol": "dokodemo-door",
"settings":
{
"followRedirect": true,
"network": "tcp,udp"
},
"sniffing":
{
"destOverride":
[
"http",
"tls",
"quic"
],
"enabled": true,
"routeOnly": true
},
"streamSettings":
{
"sockopt":
{
"tproxy": "tproxy"
}
},
"tag": "tproxy"
}
]
}