keenetic-configs/opt/etc/xray/configs/03_inbounds.json

36 lines
704 B
JSON

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