dns-tester
                                
                                 dns-tester copied to clipboard
                                
                                    dns-tester copied to clipboard
                            
                            
                            
                        🛠 Test DNS speed reply with overage, min, max statistics
DNS query speed testing
- test.sh- is script which reading- my-dns.txtfile and test DNS with- digcommand

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