hickory-dns

Rust-based DNS client, server, and resolver library

brewmacoslinux
Try with needOr install directly
Source

About

Rust based DNS client, server, and resolver

Commands

hickory-dns

Examples

Query a DNS record for a domain$ hickory-dns query example.com A
Resolve hostname to IP address$ hickory-dns lookup example.com
Start a local DNS server$ hickory-dns server --config /etc/hickory-dns/config.toml