aboutsummaryrefslogtreecommitdiff
path: root/dns/powerdns-devel/files/patch-pdns_qtype_cc
blob: 4a4c86b924ee938f41a0dda1557a4cc351eb94b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
===================================================================
--- pdns/qtype.cc (revision 978)
+++ pdns/qtype.cc (revision 1046)
@@ -57,6 +57,11 @@
       insert("LOC",29);
       insert("SRV",33);
+      insert("CERT", 37);
       insert("A6",38);
       insert("NAPTR",35);
+      insert("DS", 43);
+      insert("SSHFP", 44);
+      insert("RRSIG", 46);
+      insert("DNSKEY", 48);
       insert("SPF",99);
       insert("AXFR",252);