1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-25 08:50:54 -05:00
sub2sing-box/templates/linux/inbounds.json

14 lines
264 B
JSON
Raw Permalink Normal View History

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