mirror of
https://github.com/nitezs/sub2sing-box.git
synced 2024-12-23 15:24:42 -05:00
14 lines
264 B
JSON
Executable File
14 lines
264 B
JSON
Executable File
{
|
|
"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"]
|
|
}
|
|
]
|
|
}
|