mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-10-28 17:43:57 +00:00
📝 Modify templates
This commit is contained in:
13
templates/windows/inbounds.json
Normal file
13
templates/windows/inbounds.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user