From 26f7e285cc845ea4a4d48cf1eb2f116c6092090a Mon Sep 17 00:00:00 2001 From: gitea-action Date: Wed, 9 Oct 2024 00:30:08 +0800 Subject: [PATCH] luci-app-passwall: sync upstream last commit: https://github.com/xiaorouji/openwrt-passwall/commit/95b5d27df337e1f79a0ab5419e255e1d3721725a --- luci-app-passwall/luasrc/passwall/util_xray.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/luci-app-passwall/luasrc/passwall/util_xray.lua b/luci-app-passwall/luasrc/passwall/util_xray.lua index fa11fe37f..ae54ba0b6 100644 --- a/luci-app-passwall/luasrc/passwall/util_xray.lua +++ b/luci-app-passwall/luasrc/passwall/util_xray.lua @@ -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",