From 24a41ffe00a544dd16c4a56f9d9d7dc8c11e5be8 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Tue, 4 Feb 2025 16:00:25 +0800 Subject: [PATCH] luci-app-passwall: sync upstream last commit: https://github.com/xiaorouji/openwrt-passwall/commit/f39fa46c418bde88a7da30af871f6a12b7f1b593 --- .../root/usr/share/passwall/helper_smartdns_add.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-passwall/root/usr/share/passwall/helper_smartdns_add.lua b/luci-app-passwall/root/usr/share/passwall/helper_smartdns_add.lua index 4c5f50d00..69bc50684 100644 --- a/luci-app-passwall/root/usr/share/passwall/helper_smartdns_add.lua +++ b/luci-app-passwall/root/usr/share/passwall/helper_smartdns_add.lua @@ -216,7 +216,7 @@ if DEFAULT_DNS_GROUP then local domain_rules_str = "domain-rules /./ -nameserver " .. DEFAULT_DNS_GROUP if DEFAULT_DNS_GROUP == REMOTE_GROUP then domain_rules_str = domain_rules_str .. " -speed-check-mode none -d no -no-serve-expired" - if NO_PROXY_IPV6 == "1" and only_global == 1 and uci:get(appname, TCP_NODE, "protocol") ~= "_shunt" then + if NO_PROXY_IPV6 == "1" then domain_rules_str = domain_rules_str .. " -address #6" end elseif DEFAULT_DNS_GROUP == LOCAL_GROUP then