Simple tool to know which DNS provider is the best for you
Find a file
2026-05-30 23:10:23 +02:00
.github/workflows Initial commit 2026-05-30 23:07:10 +02:00
src Initial commit 2026-05-30 23:07:10 +02:00
.gitignore Initial commit 2026-05-30 23:07:10 +02:00
Cargo.toml no need to include tokio entirely 2026-05-30 23:10:23 +02:00
LICENSE Initial commit 2026-05-30 23:07:10 +02:00
README.md Initial commit 2026-05-30 23:07:10 +02:00

simple_dns_check

Simple tool to know which DNS provider is the best for you

Usage

$ 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)

Installing

Downloading from releases

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/

Building from source

Prerequisites:

Run the following from your terminal (this may take some time):

cargo install --git https://github.com/M336G/simple_dns_check

License

This project is licensed under the MIT License.