Skip to content

Measure response time between different DNS providers against several domains

License

Notifications You must be signed in to change notification settings

andreanidouglas/dns_response_time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test the best DNS for you

Use this tool to test the best DNS server for you:

  1. just make the script executable:
chmod +x dns_time.sh
  1. execute the script. if needed redirect the output for further analisys
./dns_time.sh > dns_test.txt

Requirements

This tool uses dig to evaluate the dns response time. For this, you may require additional packages to your standard Linux installation

  • Debian/Ubuntu: apt install dnsutils

  • Fedora (rpm): yum install bind-utils

  • Arch/Manjaro: pacman -S bind-tools

Optional

If you require, you can change the server list by modifying the servers.txt file or changing the domains.txt file for new or changing domains.

About

Measure response time between different DNS providers against several domains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages