Add RRNAME as reply type for TXT queries

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2018-08-09 18:07:40 +02:00
parent f2cf9ab8d7
commit 5360bfae9d

View File

@@ -237,15 +237,18 @@ $(document).ready(function() {
replytext = "DOMAIN";
break;
case "6":
replytext = "SERVFAIL";
replytext = "RRNAME";
break;
case "7":
replytext = "REFUSED";
replytext = "SERVFAIL";
break;
case "8":
replytext = "NOTIMP";
replytext = "REFUSED";
break;
case "9":
replytext = "NOTIMP";
break;
case "10":
replytext = "upstream error";
break;
default: