From 1248a425f991c4bc70ecd0615ae01dc433c0cc78 Mon Sep 17 00:00:00 2001 From: sbwml Date: Sun, 1 Sep 2024 20:30:09 +0800 Subject: [PATCH] luci-app-passwall: sync upstream last commit: https://github.com/xiaorouji/openwrt-passwall/commit/8af790880025c9b5cdd8eaad99b40d68c59aea50 --- luci-app-passwall/luasrc/passwall/util_xray.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/luci-app-passwall/luasrc/passwall/util_xray.lua b/luci-app-passwall/luasrc/passwall/util_xray.lua index dcb6ced4f..fbd858425 100644 --- a/luci-app-passwall/luasrc/passwall/util_xray.lua +++ b/luci-app-passwall/luasrc/passwall/util_xray.lua @@ -1003,6 +1003,7 @@ function gen_config(var) end end) + --[[ if default_outbound_tag or default_balancer_tag then table.insert(rules, { type = "field", @@ -1011,6 +1012,7 @@ function gen_config(var) network = "tcp,udp" }) end + ]]-- routing = { domainStrategy = node.domainStrategy or "AsIs",