Module rustdns::resource[][src]

Structs

MX

Mail EXchanger (MX) record specifies the mail server responsible for accepting email messages on behalf of a domain name.

SOA

Start of Authority (SOA) record containing administrative information about the zone. See rfc1035.

SRV

Service (SRV) record, containg hostname and port number information of specified services. See rfc2782.

Type Definitions

A

IPv4 Address (A) record.

AAAA

IPv6 Address (AAAA) record.

CNAME

Canonical name (CNAME) record, for aliasing one name to another.

NS

Name Server (NS) record for delegating a the given authoritative name servers.

PTR

Pointer (PTR) record most commonly used for most common use is for implementing reverse DNS lookups.

TXT

Text (TXT) record for arbitrary human-readable text in a DNS record.