Skip to content

๐Ÿ›  Test DNS speed reply with overage, min, max statistics

Notifications You must be signed in to change notification settings

m0zgen/dns-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

34 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

DNS query speed testing

  • test.sh - is script which reading my-dns.txt file and test DNS with dig command

Usage:

You can use this script with several parameters:

./test.sh my-dns.txt

Also you can optionally set numbers of iterating tests (default is 3):

/test.sh my-dns.txt 4

Additional tools

You can use dnseval:

dnseval -f my-dns.txt -c 10 1.1.1.1

Or dnsping:

dnsping.py -c 5 --dnssec --flags --tls -t AAAA -s 1.1.1.1 ripe.net

Or dnstrace:

docker run redsift/dnstrace -n 50 -c 10 --server 1.1.1.1 --recurse ripe.net

About

๐Ÿ›  Test DNS speed reply with overage, min, max statistics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages