Skip to content

Commit

Permalink
feat: updating network resolution data model (#840)
Browse files Browse the repository at this point in the history
Added all the values for record_type field as per [IANA
website](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml)
for network resolution data model.
  • Loading branch information
harshilgajera-crest committed May 16, 2024
1 parent 2c48dbc commit b851bb9
Showing 1 changed file with 92 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,100 @@
"type": "required",
"expected_values": [
"A",
"DNAME",
"MX",
"NS",
"PTR"
"MD",
"MF",
"CNAME",
"SOA",
"MB",
"MG",
"MR",
"NULL",
"WKS",
"PTR",
"HINFO",
"MINFO",
"MX",
"TXT",
"RP",
"AFSDB",
"X25",
"ISDN",
"RT",
"NSAP",
"NSAP-PTR",
"SIG",
"KEY",
"PX",
"GPOS",
"AAAA",
"LOC",
"NXT",
"EID",
"NIMLOC",
"SRV",
"ATMA",
"NAPTR",
"KX",
"CERT",
"A6",
"DNAME",
"SINK",
"OPT",
"APL",
"DS",
"SSHFP",
"IPSECKEY",
"RRSIG",
"NSEC",
"DNSKEY",
"DHCID",
"NSEC3",
"NSEC3PARAM",
"TLSA",
"SMIMEA",
"Unassigned",
"HIP",
"NINFO",
"RKEY",
"TALINK",
"CDS",
"CDNSKEY",
"OPENPGPKEY",
"CSYNC",
"ZONEMD",
"SVCB",
"HTTPS",
"SPF",
"UINFO",
"UID",
"GID",
"UNSPEC",
"NID",
"L32",
"L64",
"LP",
"EUI48",
"EUI64",
"TKEY",
"TSIG",
"IXFR",
"AXFR",
"MAILB",
"MAILA",
"*",
"URI",
"CAA",
"AVC",
"DOA",
"AMTRELAY",
"RESINFO",
"TA",
"DLV",
"Private use",
"Reserved"
],
"comment": "The DNS resource record type. For details, see the List of DNS record types on Wikipedia."
"comment": "The DNS resource record type. For details, see the List of DNS record types on Internet Assigned Numbers Authority (IANA) web site."
},
{
"name": "reply_code",
Expand Down

0 comments on commit b851bb9

Please sign in to comment.