Skip to content

Commit

Permalink
Add new DNSSEC reply type
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Jun 22, 2021
1 parent 731bb98 commit f77e655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/pi-hole/js/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ var replyTypes = [
"SERVFAIL",
"REFUSED",
"NOTIMP",
"upstream error"
"upstream error",
"DNSSEC"
];
var colTypes = ["time", "query type", "domain", "client", "status", "reply type"];

Expand Down

0 comments on commit f77e655

Please sign in to comment.