Newbee here. I am running Unbound as a local dns server for my rspamd instance on an RPi4 for some time. Seems to work OK. Recently decided to use it for my local network. Seemed to work OK too. Until today I was trying to visit www.lumc.nl which I couldn’t.
I discovered that unbound could not resolve the domain.
On the RPI4 command line dig lumc.nl resulted in 3 communication errors that timed out and after that the correct answer from some ipv6 host.
Searched the internet for this issue but no solution found.
dig @8.8.8.8 lumc.nl worked correctly. Also tried to add a forward-zone to 8.8.8.8 for lumc.nl but that gives the same error.
Given that Unbound was able to resolve postfix.org, the problem with the web page not loading is probably not down to the DNS. I was wondering if you’re still unable to load the web page?
Thanks for reply. Somehow somewhere I added the mirror that hosts postfix.org as domain-insecure. After I removed it I could visit www.postfix.org ok. So problem seems solved.