Expand description

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 types for the crate

Structs

Configuration for the NameServer

A top down recursive resolver which operates off a list of roots for initial recursive requests.