<div dir="ltr">OS: Ubuntu 18.04 with all updates<br>dnsmasq version: 2.79-1<br><br>According to man page:<br><br>--all-servers<br>    By default, when dnsmasq has more than one upstream server available, it will send queries to just one server. Setting this flag forces dnsmasq to send all queries to all available servers. The reply  from  the  server  which  answers first will be returned to the original requester.<br><br>I don't have that flag in command line or in the config file. However with "log-queries=extra" in config file, I am seeing following:<br><br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> query[A] <a href="http://news.com">news.com</a> from 10.10.10.101<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 2001:1998:f00:2::1<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 2001:1998:f00:1::1<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 2606:4700:4700::1001<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 2606:4700:4700::1111<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 2001:4860:4860::8844<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 2001:4860:4860::8888<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 209.18.47.63<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 209.18.47.62<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 209.18.47.61<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 1.0.0.1<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 1.1.1.1<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 8.8.4.4<br>Dec 09 11:29:24 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> forwarded <a href="http://news.com">news.com</a> to 8.8.8.8<br>Dec 09 11:29:25 door dnsmasq[9403]: 3640 <a href="http://10.10.10.101/49351">10.10.10.101/49351</a> reply <a href="http://news.com">news.com</a> is 35.190.79.82<br><br>Is --all-servers behavior changed to default on? Is there a way to revert it?<br><br>Thank you!<br><br>John Siu</div>