|
| 1 | +[ |
| 2 | + { "value": "A", "label": "Address record" }, |
| 3 | + { "value": "AAAA", "label": "IPv6 address record" }, |
| 4 | + { "value": "AFSDB", "label": "AFS database record" }, |
| 5 | + { "value": "APL", "label": "Address Prefix List" }, |
| 6 | + { "value": "CAA", "label": "Certification Authority Authorization" }, |
| 7 | + { "value": "CDNSKEY", "label": "CDNSKEY" }, |
| 8 | + { "value": "CDS", "label": "Child DS" }, |
| 9 | + { "value": "CERT", "label": "Certificate record" }, |
| 10 | + { "value": "CNAME", "label": "Canonical name record" }, |
| 11 | + { "value": "CSYNC", "label": "Child-to-Parent Synchronization" }, |
| 12 | + { "value": "DHCID", "label": "DHCP identifier" }, |
| 13 | + { "value": "DLV", "label": "DNSSEC Lookaside Validation record" }, |
| 14 | + { "value": "DNAME", "label": "Delegation name record" }, |
| 15 | + { "value": "DNSKEY", "label": "DNS Key record" }, |
| 16 | + { "value": "DS", "label": "Delegation signer" }, |
| 17 | + { "value": "EUI48", "label": "MAC address (EUI-48)" }, |
| 18 | + { "value": "EUI64", "label": "MAC address (EUI-64)" }, |
| 19 | + { "value": "HINFO", "label": "Host Information" }, |
| 20 | + { "value": "HIP", "label": "Host Identity Protocol" }, |
| 21 | + { "value": "HTTPS", "label": "HTTPS Binding" }, |
| 22 | + { "value": "IPSECKEY", "label": "IPsec Key" }, |
| 23 | + { "value": "KEY", "label": "Key record" }, |
| 24 | + { "value": "KX", "label": "Key Exchanger record" }, |
| 25 | + { "value": "LOC", "label": "Location record" }, |
| 26 | + { "value": "MX", "label": "Mail exchange record" }, |
| 27 | + { "value": "NAPTR", "label": "Naming Authority Pointer" }, |
| 28 | + { "value": "NS", "label": "Name server record" }, |
| 29 | + { "value": "NSEC", "label": "Next Secure record" }, |
| 30 | + { "value": "NSEC3", "label": "Next Secure record version 3" }, |
| 31 | + { "value": "NSEC3PARAM", "label": "NSEC3 parameters" }, |
| 32 | + { "value": "OPENPGPKEY", "label": "OpenPGP public key record" }, |
| 33 | + { "value": "PTR", "label": "PTR Resource Record" }, |
| 34 | + { "value": "RP", "label": "Responsible Person" }, |
| 35 | + { "value": "RRSIG", "label": "DNSSEC signature" }, |
| 36 | + { "value": "SIG", "label": "Signature" }, |
| 37 | + { "value": "SMIMEA", "label": "S/MIME cert association" }, |
| 38 | + { "value": "SOA", "label": "Start of [a zone of] authority record" }, |
| 39 | + { "value": "SRV", "label": "Service locator" }, |
| 40 | + { "value": "SSHFP", "label": "SSH Public Key Fingerprint" }, |
| 41 | + { "value": "SVCB", "label": "Service Binding" }, |
| 42 | + { "value": "TA", "label": "DNSSEC Trust Authorities" }, |
| 43 | + { "value": "TKEY", "label": "Transaction Key record" }, |
| 44 | + { "value": "TLSA", "label": "TLSA certificate association" }, |
| 45 | + { "value": "TSIG", "label": "Transaction Signature" }, |
| 46 | + { "value": "TXT", "label": "Text record" }, |
| 47 | + { "value": "URI", "label": "Uniform Resource Identifier" }, |
| 48 | + { "value": "ZONEMD", "label": "Message Digests for DNS Zones" } |
| 49 | +] |
0 commit comments