Our DNS infrastructure is split into several name servers, central (Bind) and auxiliary ones (like AD).
Disabling recursion effectively disables delegation and forwarding (in Bind at least).
What are the options?
Become a slave for AD zones? Certainly we could setup zone transfers for which the central instance is not authoritative.
Use another name server software than Bind? Essentially I'd want to specify some zones/domains for which it should be able to delegate/recurse. Like being able to specify "destination" ACLs and associated actions.
Become the root zone. The issue with that would be that there are exceptions: some clients still require recursion, albeit for certain domains/zones only.
The goal - in case you wonder - is security. In case of an internal infection lots of C&C servers are accessed through DNS which is mostly unfiltered.