Oh well, and guess "nodefault" might be a bit different from "static"
I've used in these lines.
10.in-addr.arpa. stub-zone works in my config without that local-zone
line, so pretty sure it's not needed anyway.
Do have "private-address: 10.0.0.0/8" line though, wonder if maybe you
also need something similar, though iirc it's documented as being
relevant for filtering results in A/AAAA queries.
Also can suggest confirming that nsd does not get queried via
tcpdump, its logs or e.g. in `strace -p $(pgrep -x unbound)`,
as well as temporary enabling verbose logging (i.e. debug lines,
which can tell why unbound does something).
I took out local-zone: 10.10.10.in-addr.arpa and no changes.
I added private-address: 10.10.10.0/24 and no changes.
I changed private-address to 10.0.0.0/8 and I can’t look up hosts on my internal network any more (both reverse and forward lookups failed).
This is driving me nuts…
Does anyone have a simple working config that they are willing to share, with unbound and bind or unbound and nsd on the same server? In a private address space.