test.sh- is script which readingmy-dns.txtfile and test DNS withdigcommand
You can use this script with several parameters:
./test.sh my-dns.txtAlso you can optionally set numbers of iterating tests (default is 3):
/test.sh my-dns.txt 4You can use dnseval:
dnseval -f my-dns.txt -c 10 1.1.1.1Or dnsping:
dnsping.py -c 5 --dnssec --flags --tls -t AAAA -s 1.1.1.1 ripe.netOr dnstrace:
docker run redsift/dnstrace -n 50 -c 10 --server 1.1.1.1 --recurse ripe.net