💐 Sync 2026-09-01 02:40:52
Merge-upstream / merge (push) Canceled after 0s

This commit is contained in:
github-actions[bot]
2026-09-01 02:40:52 +08:00
parent 2a19f43c9e
commit 8cbf526882
13 changed files with 503 additions and 220 deletions
@@ -1810,18 +1810,7 @@ function gen_config(var)
end
end
table.insert(route.rules, {
action = "route",
ip_is_private = true,
outbound = "direct"
})
if COMMON.default_outbound_tag then
table.insert(route.rules, {
action = "route",
port_range = { "0:65535" },
outbound = COMMON.default_outbound_tag
})
route.final = COMMON.default_outbound_tag
end