Expand description
NOTICE This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, this crate/binary has been moved to hickory-recursor, from 0.24
and onward.
A recursive DNS resolver based on the Trust-DNS (stub) resolver
Re-exports§
pub use error::Error;
pub use error::ErrorKind;
pub use trust_dns_proto as proto;
pub use trust_dns_resolver as resolver;
Modules§
- error
- Error types for the crate
Structs§
- Name
Server Config - Configuration for the NameServer
- Recursor
- A top down recursive resolver which operates off a list of roots for initial recursive requests.