Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 633 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 633 Bytes

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