luci: fix bug introduced in #2438 (#2445)

This commit is contained in:
Tianhe Y 2023-04-02 10:41:37 +08:00 committed by sbwml
parent 1afcfb8f98
commit a23667c265

View File

@ -817,6 +817,7 @@ function gen_config(var)
table.insert(rules, {
type = "field",
outboundTag = outboundTag,
balancerTag = balancerTag,
domain = _domain,
protocol = protocols
})
@ -829,6 +830,7 @@ function gen_config(var)
table.insert(rules, {
type = "field",
outboundTag = outboundTag,
balancerTag = balancerTag,
ip = _ip,
protocol = protocols
})
@ -837,6 +839,7 @@ function gen_config(var)
table.insert(rules, {
type = "field",
outboundTag = outboundTag,
balancerTag = balancerTag,
protocol = protocols
})
end