I have one forest. In that, we have total of 14 domain controllers. DNS zone contains A record of these 14 domain controller. If I do nslookup <domain.com> from client windows machine, it is displaying all 14 records(resolving to IP addresses). I want some clients to restrict to display only one specific DC A record if do nslook. Remaining records should not be displayed.
I referred Microsoft https://learn.microsoft.com/en-us/windows-server/networking/dns/deploy/apply-filters-on-dns-queries article. But no where it's given how to achieve this. Can you please help on this?