Interface | Description |
---|---|
Data |
Generic payload class.
|
Class | Description |
---|---|
A |
A record payload (ip pointer).
|
AAAA |
AAAA payload (an ipv6 pointer).
|
CNAME |
CNAME payload (pointer to another domain / address).
|
MX |
MX record payload (mail service pointer).
|
NS |
Nameserver record.
|
PTR |
A PTR record is handled like a CNAME
|
SRV |
SRV record payload (service pointer).
|
TXT |
TXT record (actually a binary blob containing extents, each of which is a one-byte count
followed by that many bytes of data, which can usually be interpreted as ASCII strings
but not always
|
Copyright © 2014–2020. All rights reserved.