mirror of https://github.com/kenzok8/small.git
update 2024-10-09 04:11:16
This commit is contained in:
parent
22538d53ca
commit
2a467f766f
|
@ -1022,7 +1022,6 @@ function gen_config(var)
|
|||
end
|
||||
end)
|
||||
|
||||
--[[
|
||||
if default_outbound_tag or default_balancer_tag then
|
||||
table.insert(rules, {
|
||||
type = "field",
|
||||
|
@ -1031,7 +1030,6 @@ function gen_config(var)
|
|||
network = "tcp,udp"
|
||||
})
|
||||
end
|
||||
]]--
|
||||
|
||||
routing = {
|
||||
domainStrategy = node.domainStrategy or "AsIs",
|
||||
|
|
Loading…
Reference in New Issue