1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-24 23:14:42 -05:00
sub2sing-box/templates/windows/inbounds.json

14 lines
277 B
JSON
Raw Normal View History

2024-10-19 13:02:01 -04:00
{
"inbounds": [
{
"type": "tun",
"auto_route": true,
"strict_route": true,
"sniff": true,
"sniff_override_destination": true,
"address": ["172.16.0.1/30", "fdfe:dcba:9876::1/126"],
"exclude_interface": ["tailscale0"]
}
]
}