Add support for new NAPTR query type

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-03-17 23:03:59 +00:00
parent bc9c656e37
commit ba4d974fb4

View File

@@ -137,6 +137,9 @@ if (isset($_GET['getAllQueries']) && $auth)
case 7:
$query_type = "TXT";
break;
case 8:
$query_type = "NAPTR";
break;
default:
$query_type = "UNKN";
break;