1
0
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:
Adam
2013-08-10 23:28:58 -04:00
parent c507c78d5a
commit c7aab50bff
3 changed files with 9 additions and 7 deletions
+3 -1
View File
@@ -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