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
- Name
Server Config - Configuration for the NameServer
- Name
Server Config Group - 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.
- Recursor
Builder - A
Recursor
builder
Enums§
- Dnssec
Policy Recursor
’s DNSSEC policy- Error
Kind - The error kind for errors that get returned in the crate