summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2017-07-09 21:46:20 +0200
committerGitHub <noreply@github.com>2017-07-09 21:46:20 +0200
commite97ee390cf1a3f5e897aed85d62e29a34c4632f9 (patch)
tree54d49ec9b8b1654923243c5b15e7e01f4eca3078 /include
parente9d645cd301c1a994e482d43980589969cbf52f1 (diff)
parentf2e3762ff4a2b3690ed70eba5cc0dde9ae045a90 (diff)
Merge pull request #1302 from Adam-/master+txt
core_dns: add support for txt records
Diffstat (limited to 'include')
-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
};