mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 05:15:24 +00:00
Adding DS (DNSSec) Tag to available DNS-Record type
This commit is contained in:
parent
84244b5e79
commit
9aa783459d
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user