From 10caa1f6a76e12b3992fa5393d68f5725b3d96c2 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Tue, 4 Feb 2025 16:25:37 +0800 Subject: [PATCH] update 2025-02-04 16:25:37 --- .../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