Skip to content

Commit a1c856e

Browse files
committed
Update pihole DNS configuration in helmfile.yaml
Change the environment variable from DNSMASQ_LISTENING to FTLCONF_dns_listeningMode to align with the latest pihole configuration standards. This update ensures proper DNS listening behavior for the pihole service.
1 parent 872c7e4 commit a1c856e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/pihole/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ releases:
1818
doh:
1919
enabled: true
2020
extraEnvVars:
21-
DNSMASQ_LISTENING: all
21+
FTLCONF_dns_listeningMode: all

0 commit comments

Comments
 (0)