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