mirror of
https://github.com/M336G/simple_dns_check.git
synced 2026-07-28 14:14:47 +00:00
Simple tool to know which DNS provider is the best for you
- Rust 100%
| .github/workflows | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
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:
- Rust installed
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.