Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -190,45 +190,47 @@
"Refused",
"YXDomain",
"YXRRSet",
"NXRRSet",
"NotAuth",
"NotZone",
"DSOTYPENI",
"BADVERS",
"BADSIG",
"BADKEY",
"BADTIME",
"BADMODE",
"BADNAME",
"BADALG"
"BADALG",
"BADTRUNC",
"BADCOOKIE"
],
"comment": "The return code for the response. For details, see the Domain Name System Parameters on the Internet Assigned Numbers Authority (IANA) web site."
},
{
"name": "reply_code_id",
"type": "required",
"expected_values": [
"No Error",
"Format Error",
"Server Failure",
"Non-Existent Domain",
"NotImp",
"Refused",
"YXDomain",
"YXRRSet",
"NotAuth",
"NotZone",
"BADVERS",
"BADSIG",
"BADKEY",
"BADTIME",
"BADMODE",
"BADNAME",
"BADALG",
"0",
"1",
"2",
"3"
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23"
],
"comment": "The numerical id or name of a return code. For details, see the Domain Name System Parameters on the Internet Assigned Numbers Authority (IANA) web site."
"comment": "The numerical id of a return code. For details, see the Domain Name System Parameters on the Internet Assigned Numbers Authority (IANA) web site."
},
{
"name": "response_time",
Expand Down