Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updating network resolution model #844

Merged
merged 1 commit into from
May 27, 2024
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
Loading