From d67f9fd5c63f1c11c4e85f56859a5958b17f4cf9 Mon Sep 17 00:00:00 2001 From: Tianhe Y <10704839+nftbty@users.noreply.github.com> Date: Wed, 5 Apr 2023 21:00:13 +0800 Subject: [PATCH] luci: fix bug --- luci-app-passwall/luasrc/passwall/util_xray.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/luci-app-passwall/luasrc/passwall/util_xray.lua b/luci-app-passwall/luasrc/passwall/util_xray.lua index 01107b25b..71e165946 100644 --- a/luci-app-passwall/luasrc/passwall/util_xray.lua +++ b/luci-app-passwall/luasrc/passwall/util_xray.lua @@ -779,6 +779,7 @@ function gen_config(var) if outboundTag or balancerTag and e.remarks then if outboundTag == "default" then outboundTag = default_outboundTag + balancerTag = default_balancerTag end local protocols = nil if e["protocol"] and e["protocol"] ~= "" then