Skip to content

Commit

Permalink
Added more query types to title of Query Log
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Preuß <[email protected]>
  • Loading branch information
Daxtorim committed Dec 27, 2020
1 parent 373770d commit 0b125b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
else if(isset($_GET["querytype"]))
{
$qtypes = ["A (IPv4)", "AAAA (IPv6)", "ANY", "SRV", "SOA", "PTR", "TXT", "NAPTR"];
$qtypes = ["A (IPv4)", "AAAA (IPv6)", "ANY", "SRV", "SOA", "PTR", "TXT", "NAPTR", "MX", "DS", "RRSIG", "DNSKEY", "NS", "OTHER"];
$qtype = intval($_GET["querytype"]);
if($qtype > 0 && $qtype <= count($qtypes))
$showing .= " ".$qtypes[$qtype-1]." queries";
Expand Down

0 comments on commit 0b125b0

Please sign in to comment.