<div dir="ltr"><div dir="ltr">On Wed, Apr 15, 2020 at 2:03 PM Paul Nijjar via kwlug-disc <<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Is there a tool that can do a website query against many different<br>
public DNS servers in parallel?<br></blockquote><div><br></div><div>There is this:</div><div><br></div><div>$ dig +short @<a href="http://1.1.1.1">1.1.1.1</a> <a href="http://google.com">google.com</a><br>172.217.1.174<br></div><div><br></div><div>$ dig +short @<a href="http://8.8.8.8">8.8.8.8</a> <a href="http://google.com">google.com</a></div><div>172.217.1.174</div><div><br></div><div>Basically, use @ns_server to query a different server than your</div><div>default one. <br></div><div><br></div><div>Script it and you are good to go. <br></div><br></div></div>