From 5d19c6220a0f87e3793c9f1563127fc381d0a08c Mon Sep 17 00:00:00 2001 From: gitea-action Date: Wed, 15 Jan 2025 22:00:22 +0800 Subject: [PATCH] luci-app-homeproxy: sync upstream last commit: https://github.com/immortalwrt/homeproxy/commit/062e5581983222b66163a0ad7671f88b716ac565 --- .../root/etc/homeproxy/scripts/generate_client.uc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/luci-app-homeproxy/root/etc/homeproxy/scripts/generate_client.uc b/luci-app-homeproxy/root/etc/homeproxy/scripts/generate_client.uc index f4d1d4dbb..38c8177d3 100755 --- a/luci-app-homeproxy/root/etc/homeproxy/scripts/generate_client.uc +++ b/luci-app-homeproxy/root/etc/homeproxy/scripts/generate_client.uc @@ -392,7 +392,8 @@ if (!isEmpty(main_node)) { if (length(direct_domain_list)) push(config.dns.rules, { rule_set: 'direct-domain', - server: (routing_mode === 'bypass_mainland_china' ) ? 'china-dns' : 'default-dns' + server: (routing_mode === 'bypass_mainland_china' ) ? 'china-dns' : 'default-dns', + address_resolver: 'default-dns' }); /* Filter out SVCB/HTTPS queries for "exquisite" Apple devices */