From fb2b87e833f99ec378e2fd096971048022fc30c3 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 22 Jun 2021 09:07:19 +0200 Subject: [PATCH] Add new DNSSEC reply type Signed-off-by: DL6ER --- scripts/pi-hole/js/queries.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pi-hole/js/queries.js b/scripts/pi-hole/js/queries.js index 6053b7df0..e8e787efa 100644 --- a/scripts/pi-hole/js/queries.js +++ b/scripts/pi-hole/js/queries.js @@ -22,6 +22,7 @@ var replyTypes = [ "REFUSED", "NOTIMP", "upstream error", + "DNSSEC", ]; var colTypes = ["time", "query type", "domain", "client", "status", "reply type"];