chriscrowe / docker-pihole-unbound

Run Pi-Hole + Unbound on Docker
1.08k stars 282 forks source link

Adding local zones? #79

Open jeff47 opened 3 years ago

jeff47 commented 3 years ago

Is it possible to add local zones to this unbound setup? As best as I can tell, none of the unbound conf files are stored outside the container. Unless I'm mistaken, adding a local host using address= in an /etc/dnsmasq.d/ conf file won't work if the DNS is being handled by unbound. I guess I can just add them using the local DNS option in pihole itself?