Skip to content

Commit 872c7e4

Browse files
committed
Add DNS over HTTPS support and environment variable configuration for pihole in helmfile.yaml
Enable DNS over HTTPS (DoH) and configure the DNSMASQ listening behavior to allow all interfaces. This update enhances the pihole service's DNS capabilities and flexibility in handling requests.
1 parent 5876b26 commit 872c7e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/pihole/helmfile.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ releases:
1515
mixedService: true
1616
annotations:
1717
"lbipam.cilium.io/ips": "192.168.30.241"
18+
doh:
19+
enabled: true
20+
extraEnvVars:
21+
DNSMASQ_LISTENING: all

0 commit comments

Comments
 (0)