luci-app-passwall: sync upstream

last commit: 95b5d27df3
This commit is contained in:
gitea-action 2024-10-09 00:30:08 +08:00
parent 29cf14a307
commit 26f7e285cc

View File

@ -1022,7 +1022,6 @@ 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",
@ -1031,7 +1030,6 @@ function gen_config(var)
network = "tcp,udp" network = "tcp,udp"
}) })
end end
]]--
routing = { routing = {
domainStrategy = node.domainStrategy or "AsIs", domainStrategy = node.domainStrategy or "AsIs",