1
20.7 Legacy Series / Re: Is there a way to check which DNS servers Unbound is querying?
« on: December 27, 2020, 02:39:18 am »
My suggestion is based on me assuming you did know how it works, and you like to alter that by controling in detail which servers to use, aka custom settings. Greelan is correct in how it does work.
I would have thought you are seeing normal behaviour for a recursive resolver. For example, if there is a DNS request for facebook.com, unbound first queries the root servers. The root servers respond with the TLD nameservers for .com. unbound then queries one of those TLD nameservers. That TLD nameserver responds with the authoritative nameservers for facebook.com. Finally unbound queries one of those authoritative nameservers, which responds with the relevant records for facebook.com
Let me know if I have misunderstood your question
Looks like you are both correct. My understanding of how Unbound worked was incomplete, thanks for taking the time to explain it!
Hope you both had a good Christmas!