🗽 Sync 2026-06-04 15:57:16

This commit is contained in:
github-actions[bot]
2026-06-04 15:57:17 +08:00
parent f6e1fb7da4
commit 0f4cdc85d2
40 changed files with 3470 additions and 3049 deletions
@@ -1797,6 +1797,12 @@ function gen_config(var)
end
end
table.insert(route.rules, {
action = "route",
ip_is_private = true,
outbound = "direct"
})
if COMMON.default_outbound_tag then
route.final = COMMON.default_outbound_tag
end
@@ -1518,6 +1518,11 @@ function gen_config(var)
end
end)
table.insert(rules, {
outboundTag = "direct",
ip = { "geoip:private" }
})
if default_outboundTag then
local rule = {
ruleTag = "default",