[kwlug-disc] Our DNS has gone crazy
Khalid Baheyeldin
kb at 2bits.com
Wed Apr 15 14:07:32 EDT 2020
On Wed, Apr 15, 2020 at 2:03 PM Paul Nijjar via kwlug-disc <
kwlug-disc at kwlug.org> wrote:
>
> Is there a tool that can do a website query against many different
> public DNS servers in parallel?
>
There is this:
$ dig +short @1.1.1.1 google.com
172.217.1.174
$ dig +short @8.8.8.8 google.com
172.217.1.174
Basically, use @ns_server to query a different server than your
default one.
Script it and you are good to go.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20200415/8e671546/attachment.htm>
More information about the kwlug-disc
mailing list