Expand description
DNS resource record types
Structs§
- A
- An IPv4 host address
- AAAA
- An IPv6 host address
- CName
- Canonical name for an alias
- Mx
- Mail exchange data
- Ns
- Authoritative name server
- Ptr
- Domain name pointer
- Soa
- Start of authority
- Srv
- Service record
- Txt
- Text record
Enums§
- Class
- Represents the class of data in a message.
- Record
Type - Represents the type of data in a message.
Traits§
- Record
- Represents resource record data.