Expand description
Hickory DNS is intended to be a fully compliant domain name server and client library.
§Goals
- Only safe Rust
- All errors handled
- Simple to manage servers
- High level abstraction for clients
- Secure dynamic update
- New features for securing public information
Re-exports§
pub use self::server::ServerFuture;pub use hickory_proto as proto;pub use hickory_recursor as recursor;recursorpub use hickory_resolver as resolver;resolver
Modules§
- Module for
CatalogofAuthorityzones which are responsible for storingRRSetrecords. - Configuration module for the server binary,
named. - All defined errors for Hickory DNS
Servercomponent for hosting a domain name servers operations.- All persistent store implementations
Functions§
- Returns the current version of Hickory DNS