Hello, world.
<br>
<br>  There are two DNS masters on one zone - one is BIND and enother one 
is MS AD.
<br>Both of them marked as authoritative for that zone. It&#39;s very stupid 
configuration
<br>but noway to change it. So I need &quot;smart&quot; resolver for that zone - 
asking both
<br>nameservers about requested RR. Something like:
<br>
<br>server=/<a href="http://domain.net/192.168.1.1">domain.net/192.168.1.1</a>
<br>server=/<a href="http://domain.net/10.100.100.100">domain.net/10.100.100.100</a>
<br>
<br># dnsmasq --all-servers
<br>
<br>But it is not enough:
<br>First result from that servers, even NXDOMAIN or NODATA will stop 
processing of that query.
<br>So resolver must ignore NXDOMAIN or NODATA in servers&#39;s reply if there 
are enother server.
<br>I guess that such behaviour will broke RFC, but I have not idea how to 
handle that situation in more
<br>lawfull manner. Any ideas?
<br>
<br>WBR,
<br>Au.
<br>
<br>
<br>
<br>