From f2e3762ff4a2b3690ed70eba5cc0dde9ae045a90 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 3 May 2015 19:33:02 -0400 Subject: core_dns: add support for txt records This might be used later by m_dnsbl to get reasons for listings --- include/modules/dns.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/modules/dns.h') 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 }; -- cgit v1.2.3