mirror of
https://github.com/anope/anope.git
synced 2026-07-05 16:43:12 +02:00
Support DNS ANY query type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user