From 6857e9e14f68cbe62c87e1b9ba2b7f598a864c6f Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Wed, 11 Feb 2026 15:18:15 +0100 Subject: [PATCH] added custom dns entry --- helm/pihole/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helm/pihole/values.yaml b/helm/pihole/values.yaml index ff9fc3d..b32c9c6 100755 --- a/helm/pihole/values.yaml +++ b/helm/pihole/values.yaml @@ -45,6 +45,9 @@ serviceDns: annotations: metallb.universe.tf/allow-shared-ip: pihole-svc type: LoadBalancer +dnsmasq: + customDnsEntries: + - address=/demo-felhom.eu/192.168.0.162 replicaCount: 1 dns: adlist: @@ -54,4 +57,4 @@ dns: - https://adaway.org/hosts.txt - https://v.firebog.net/hosts/AdguardDNS.txt - https://v.firebog.net/hosts/Admiral.txt - - https://v.firebog.net/hosts/Easylist.txt + - https://v.firebog.net/hosts/Easylist.txt \ No newline at end of file