test.sh
- is script which readingmy-dns.txt
file and test DNS withdig
command
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
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