mirror of
https://github.com/pi-hole/web.git
synced 2026-05-02 14:42:23 +01:00
Add support for new NAPTR query type
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user