logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dnseval: - bulk ping utility that sends an arbitrary DNS query to a list of DNS servers

Description

       dnseval  is  a  bulk  ping utility that sends an arbitrary DNS query to a given list of DNS servers. This
       script is meant for comparing response time of multiple DNS servers at once

Name

       dnseval: -  bulk ping utility that sends an arbitrary DNS query to a list of DNS servers

Options

-h--help
              show this help

       -f--file
              dns server list to use (default: system resolvers)

       -c--count
              number of requests to send (default: 10)

       -w--wait
              maximum wait time for a reply (default: 5)

       -t--type
              DNS request record type (default: A)

       -h--help
              show this help

       -f--file
              dns server list to use (default: system resolvers)

       -c--count
              number of requests to send (default: 10)

       -w--wait
              maximum wait time for a reply (default: 5)

       -t--type
              DNS request record type (default: A)

See Also

       The full documentation for dnseval can be found at https://dnsdiag.org/

User Commands                                    December 3 2016                                      DNSEVAL(1)

Usage

       usage: dnseval [-h] [-f server-list] [-c count] [-t type] [-w wait] hostname

See Also