Simple tool to know which DNS provider is the best for you
$ simple_dns_check
Cloudflare: ~66ms (https://dns.cloudflare.com/dns-query)
Google: ~36ms (https://dns.google/dns-query)
Quad9: ~25ms (https://dns.quad9.net/dns-query)
AdGuard DNS: ~43ms (https://dns.adguard-dns.com/dns-query)
NextDNS: ~39ms (https://dns.nextdns.io)
----------
Fastest DNS: Quad9 with ~25ms (https://dns.quad9.net/dns-query)To use simple_dns_check from anywhere, add it to your PATH:
- On Windows: see this guide
- On Unix: move the binary to
/usr/local/bin/
Prerequisites:
- Rust installed
Run the following from your terminal (this may take some time):
cargo install --git https://github.com/M336G/simple_dns_checkThis project is licensed under the MIT License.