class documentation
class RecordType(pb_enum.Enum): (source)
DNS Record type
| Constant | __PB2 |
Undocumented |
| Constant | A |
A record: IPv4 address |
| Constant | AAAA |
AAAA record: IPv6 address |
| Constant | CAA |
CAA record: certificate issuance settings for this DNS zone and its subzones |
| Constant | CNAME |
CNAME record: an alias for a canonical domain name |
| Constant | HTTPS |
HTTPS record: service binding with HTTPS protocol configuration. See RFC 9460, section 9.1 |
| Constant | MX |
MX record: mail server information (domain name, priority) |
| Constant | NS |
NS record: domain name of an authoritative nameserver for this DNS zone, or one of its subzones |
| Constant | PTR |
PTR record: mapping from IP address to a domain name |
| Constant | RECORD |
Record type is not specified |
| Constant | SOA |
SOA record: administrative information about this DNS zone |
| Constant | SRV |
SRV record: information about a network service (domain name, port, weight) |
| Constant | SVCB |
SVCB record: service binding. See RFC 9460, section 2.3 |
| Constant | TXT |
TXT record: text data, typically used to verify e-mail addresses, websites and TLS certificates |
Inherited from Enum:
| Class Method | get |
Undocumented |
Undocumented
| Value |
|
NS record: domain name of an authoritative nameserver for this DNS zone, or one of its subzones
| Value |
|