Crate hickory_recursor

Source
Expand description

A recursive DNS resolver based on the Hickory DNS (stub) resolver

Re-exports§

pub use hickory_proto as proto;
pub use hickory_resolver as resolver;

Structs§

Error
The error type for errors that get returned in the crate
NameServerConfig
Configuration for the NameServer
NameServerConfigGroup
A set of name_servers to associate with a ResolverConfig.
Recursor
A top down recursive resolver which operates off a list of roots for initial recursive requests.
RecursorBuilder
A Recursor builder

Enums§

DnssecPolicy
Recursor’s DNSSEC policy
ErrorKind
The error kind for errors that get returned in the crate