On 21/08/2022
14.02, Jaap Akkerhuis wrote:
Wim Nelis via Unbound-users writes: > <SNIP> > I suspect that file resolvconf_resolvers.conf is generated by > unbound itself. Is this assumption correct?No. See thise line in the file: # Generated by resolvconf
Yes, I saw that line, but it would imply that resolvconf does write configuration files for unbound, which seems a bit odd to me.
I don't have any experience wit pi-hole, but do wonder why in uses an old version of unbound. (Current on is 1.16.2)
It's the ease of installation (and later updates): it is installed using `sudo apt-get install unbound`. It is also easier when scripting the installation and confguration via ansible.
Wim.