mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Simplify mass_dns for the case of requesting A and AAAA records
This commit is contained in:
@@ -128,6 +128,7 @@ typedef enum {
|
||||
CNAME = 5,
|
||||
PTR = 12,
|
||||
AAAA = 28,
|
||||
ANY = 255, // Internally defined as "A and AAAA"
|
||||
} RECORD_TYPE;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user