summaryrefslogtreecommitdiff
path: root/include/modules/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules/dns.h')
-rw-r--r--include/modules/dns.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/modules/dns.h b/include/modules/dns.h
index 99b84098f..44b9370cb 100644
--- a/include/modules/dns.h
+++ b/include/modules/dns.h
@@ -34,7 +34,9 @@ namespace DNS
/* IPv6 AAAA lookup */
QUERY_AAAA = 28,
/* Zone transfer */
- QUERY_AXFR = 252
+ QUERY_AXFR = 252,
+ /* A lookup for any record */
+ QUERY_ANY = 255
};
/** Flags that can be AND'd into DNSPacket::flags to receive certain values