| Crates.io | rdoh |
| lib.rs | rdoh |
| version | 0.2.1 |
| created_at | 2025-11-27 14:25:26.334988+00 |
| updated_at | 2025-11-28 07:46:46.295295+00 |
| description | DoH resolver |
| homepage | |
| repository | https://github.com/gabrielecabrini/rdoh |
| max_upload_size | |
| id | 1953836 |
| size | 54,473 |
A simple Rust command-line DNS-over-HTTPS (DoH) client, similar to dig
DO (DNSSEC OK) and CD (Checking Disabled) flagsFrom source
cargo install --path .
From crates.io
cargo install rdoh
Or run directly
cargo run -- example.com
Basic query
rdoh example.com
Specify a record type
rdoh example.com AAAA
Using a custom DoH server (default is cloudflare.com)
rdoh example.com AAAA https://dns.google/dns-query
Enable DO / CD flags
rdoh example.com A --do --cd