chriscrowe / docker-pihole-unbound

Run Pi-Hole + Unbound on Docker
1.05k stars 274 forks source link

one-container unbound version #146

Closed skyblaster closed 2 years ago

skyblaster commented 2 years ago

Hi Chris. I've been running the one-container image for awhile now and noticed that you're still packaging unbound 1.13.1.

There was a rather interesting DNS outage recently which this version of unbound was unable to gracefully recover from (see https://github.com/NLnetLabs/unbound/issues/687), and I was wondering if you would consider upgrading to 1.16.1 which includes a fix to mitigate future issues of a similar nature.

skyblaster commented 2 years ago

Sorry. I just had a peek at your Dockerfile and see that you're relying on pi-hole and the packaged version of Unbound from Debian stable. Please close this issue if you would prefer I take this request upstream. Thanks.

skyblaster commented 2 years ago

I've decided to move to a two container solution, however using klutchell/unbound-docker instead of MatthewVance/unbound-docker for a much simpler recursive server config.