summaryrefslogtreecommitdiff
path: root/include/modules
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2015-05-03 19:33:02 -0400
committerAdam <Adam@anope.org>2017-04-23 16:35:21 -0400
commitf2e3762ff4a2b3690ed70eba5cc0dde9ae045a90 (patch)
treebecc8333f43a3d0aa6f3ba4ac8c459158d740a6d /include/modules
parent127683c29e6eb33c21f85cf1ccba6fb85fc0cdec (diff)
core_dns: add support for txt records
This might be used later by m_dnsbl to get reasons for listings
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/dns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules/dns.h b/include/modules/dns.h
index 5f2836761..61abd7144 100644
--- a/include/modules/dns.h
+++ b/include/modules/dns.h
@@ -33,6 +33,8 @@ namespace DNS
QUERY_CNAME = 5,
/* Reverse DNS lookup */
QUERY_PTR = 12,
+ /* TXT */
+ QUERY_TXT = 16,
/* IPv6 AAAA lookup */
QUERY_AAAA = 28
};