1
0
mirror of https://github.com/bestnite/sub2sing-box.git synced 2026-06-09 00:12:27 +00:00

add arm64 container image builder

This commit is contained in:
2025-01-20 02:32:49 +08:00
parent 70ba3ea335
commit f0bd8c2cec
6 changed files with 41 additions and 35 deletions
+3 -3
View File
@@ -2,12 +2,12 @@
"inbounds": [
{
"type": "tun",
"tag": "tun-in",
"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"]
"address": ["192.168.135.1/30", "fdfe:dcba:9876::1/126"],
"route_exclude_address": ["100.64.0.0/10"]
}
]
}