diff --git a/scripts/pi-hole/js/queries.js b/scripts/pi-hole/js/queries.js index f5a12426..80344564 100644 --- a/scripts/pi-hole/js/queries.js +++ b/scripts/pi-hole/js/queries.js @@ -219,6 +219,9 @@ $(function () { // Add EDE here if available and not included in dnssecStatus if (ede.length > 0 && dnssecStatus.length === 0) fieldtext += " (" + ede + ")"; + // Cannot block internal queries of this type + if ((data[1] === "DNSKEY" || data[1] === "DS") && data[3] === "pi.hole") buttontext = ""; + fieldtext += ''; if (colorClass !== false) {