I use a PDNS system with a recursor. I noticed that some (maybe) not well configured docker containers forwards to the PDNS recursor some query without suffix (not fully qualified host name). The recursor fowards these queries to the root servers.
How I can avoid this? I think there are two possible solutions:
- Avoid pdns recursor to foward query withoud suffix
- Configure PDNS to add a default zone-suffix and forward this query to DNS
Thanks.