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-server, from 0.24
and onward.
Trust-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 trust_dns_proto as proto;
pub use trust_dns_recursor as recursor;
recursor
pub use trust_dns_resolver as resolver;
resolver
Modules§
- authority
- Module for
Catalog
ofAuthority
zones which are responsible for storingRRSet
records. - config
- Configuration module for the server binary,
named
. - error
- All defined errors for Trust-DNS
- server
Server
component for hosting a domain name servers operations.- store
- All persistent store implementations
Functions§
- version
- Returns the current version of Trust-DNS