luci-app-passwall: sync upstream

last commit: 8af7908800
This commit is contained in:
sbwml 2024-09-01 20:30:09 +08:00
parent aa90a7db94
commit 1248a425f9

View File

@ -1003,6 +1003,7 @@ function gen_config(var)
end end
end) end)
--[[
if default_outbound_tag or default_balancer_tag then if default_outbound_tag or default_balancer_tag then
table.insert(rules, { table.insert(rules, {
type = "field", type = "field",
@ -1011,6 +1012,7 @@ function gen_config(var)
network = "tcp,udp" network = "tcp,udp"
}) })
end end
]]--
routing = { routing = {
domainStrategy = node.domainStrategy or "AsIs", domainStrategy = node.domainStrategy or "AsIs",