diff --git a/queries.php b/queries.php index e2ae69244..6044a2441 100644 --- a/queries.php +++ b/queries.php @@ -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";