📝 Modify templates

This commit is contained in:
2024-10-20 01:02:01 +08:00
parent 9f8bca3804
commit 095c855259
14 changed files with 436 additions and 0 deletions

View 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"]
}
]
}