Skip to content

Commit

Permalink
Merge pull request #1837 from pi-hole/update/dnsmasq-v2.86
Browse files Browse the repository at this point in the history
Add reply type DNSSEC
  • Loading branch information
DL6ER authored Jun 23, 2021
2 parents ca030bc + fb2b87e commit 2c97652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pi-hole/js/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ var replyTypes = [
"REFUSED",
"NOTIMP",
"upstream error",
"DNSSEC",
];
var colTypes = ["time", "query type", "domain", "client", "status", "reply type"];

Expand Down

0 comments on commit 2c97652

Please sign in to comment.