aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Adam2015-05-03 19:33:02 -0400
committerGravatar Adam2017-04-23 16:35:21 -0400
commitf2e3762ff4a2b3690ed70eba5cc0dde9ae045a90 (patch)
treebecc8333f43a3d0aa6f3ba4ac8c459158d740a6d /include/modules
parentMerge pull request #1311 from SaberUK/master+mm-cleanup (diff)
downloadinspircd++-f2e3762ff4a2b3690ed70eba5cc0dde9ae045a90.tar.gz
inspircd++-f2e3762ff4a2b3690ed70eba5cc0dde9ae045a90.tar.bz2
inspircd++-f2e3762ff4a2b3690ed70eba5cc0dde9ae045a90.zip
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
};