Adding DS (DNSSec) Tag to available DNS-Record type

This commit is contained in:
cw 2021-07-21 16:48:01 +02:00
parent 84244b5e79
commit 9aa783459d

View File

@ -118,6 +118,8 @@ func questionTypeToInt(questionType string) uint16 {
question = dns.TypeMX
case "TXT":
question = dns.TypeTXT
case "DS":
question = dns.TypeDS
case "AAAA":
question = dns.TypeAAAA
}