From 3e1e1adcad527c763d07531808052f874e73acae Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Sun, 10 Aug 2025 18:30:14 -0300 Subject: [PATCH 1/3] Fix `dns.interface` comment Replace a comment suggesting the old `dnsmasq.listening.mode` option with the correct `dns.listeningMode`. Signed-off-by: RD WebDesign --- src/config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.c b/src/config/config.c index 5c917e57..f648345a 100644 --- a/src/config/config.c +++ b/src/config/config.c @@ -522,7 +522,7 @@ static void initConfig(struct config *conf) conf->dns.dnssec.d.b = false; conf->dns.interface.k = "dns.interface"; - conf->dns.interface.h = "Interface to use for DNS (see also dnsmasq.listening.mode) and DHCP (if enabled). Leave empty for auto-detection."; + conf->dns.interface.h = "Interface to use for DNS (see also dns.listeningMode) and DHCP (if enabled). Leave empty for auto-detection."; conf->dns.interface.a = cJSON_CreateStringReference("a valid interface name"); conf->dns.interface.t = CONF_STRING; conf->dns.interface.f = FLAG_RESTART_FTL; From c213280afcea094326f3e84efcb2889f3b96b2bb Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Mon, 11 Aug 2025 03:54:26 -0300 Subject: [PATCH 2/3] Update pihole.toml used in tests Signed-off-by: RD WebDesign --- test/pihole.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pihole.toml b/test/pihole.toml index 054224a1..f6e9154f 100644 --- a/test/pihole.toml +++ b/test/pihole.toml @@ -184,7 +184,7 @@ # true or false dnssec = true ### CHANGED, default = false - # Interface to use for DNS (see also dnsmasq.listening.mode) and DHCP (if enabled). + # Interface to use for DNS (see also dns.listeningMode) and DHCP (if enabled). # Leave empty for auto-detection. # # Allowed values are: From 5dd277697f8127a594367209e977d0d64cf797b8 Mon Sep 17 00:00:00 2001 From: Dominik Date: Tue, 12 Aug 2025 20:39:19 +0200 Subject: [PATCH 3/3] Update test/pihole.toml Signed-off-by: Dominik --- test/pihole.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/pihole.toml b/test/pihole.toml index f6e9154f..17f3a3b8 100644 --- a/test/pihole.toml +++ b/test/pihole.toml @@ -184,8 +184,8 @@ # true or false dnssec = true ### CHANGED, default = false - # Interface to use for DNS (see also dns.listeningMode) and DHCP (if enabled). - # Leave empty for auto-detection. + # Interface to use for DNS (see also dns.listeningMode) and DHCP (if enabled). Leave + # empty for auto-detection. # # Allowed values are: # a valid interface name