Expand description

Operations to send with a Client or server, e.g. Query, Message, or UpdateMessage can be used together to either query or update resource records sets.

Re-exports

pub use self::update_message::UpdateMessage;

Modules

Update related operations for Messages

Structs

A DNS response object

Edns implements the higher level concepts for working with extended dns as it is used to create or be created from OPT record data.

Metadata for the Message struct.

Identical to crate::op::Query, except that the Name is guaranteed to be in lower case form

The basic request and response datastructure, used for all DNS protocols.

Query struct for looking up resource records, basically a resource record without RDATA.

Enums

Message types are either Query (also Update) or Response

Operation code for queries, updates, and responses

The status code of the response to a query.

Traits

A trait for performing final amendments to a Message before it is sent.

Type Definitions

Alias for a function verifying if a message is properly signed