X-Git-Url: http://www.average.org/gitweb/?p=pdns-pipe-nmc.git;a=blobdiff_plain;f=PowerDns.hs;h=9e1da83513130309234647b8246914a09d7d02ce;hp=606c5ca09f0e1644715810b4d259e528327e366b;hb=92504303416dfc46f1a4e4ed45ddd3203919cf8f;hpb=f5e9870ed6d3307c08e583a7874d8c35e0ea6978 diff --git a/PowerDns.hs b/PowerDns.hs index 606c5ca..9e1da83 100644 --- a/PowerDns.hs +++ b/PowerDns.hs @@ -108,7 +108,7 @@ pdnsOutQ ver id gen name rrt edom = rrl = case rrt of RRTypeANY -> [ RRTypeSRV, RRTypeA, RRTypeAAAA, RRTypeCNAME , RRTypeDNAME, RRTypeRP, RRTypeLOC, RRTypeNS - , RRTypeDS, RRTypeMX -- SOA not included + , RRTypeDS, RRTypeMX, RRTypeTLSA -- SOA not included ] x -> [x] in @@ -124,7 +124,7 @@ pdnsOutXfr ver id gen name edom = let allrrs = [ RRTypeSRV, RRTypeA, RRTypeAAAA, RRTypeCNAME , RRTypeDNAME, RRTypeRP, RRTypeLOC, RRTypeNS - , RRTypeDS, RRTypeMX, RRTypeSOA + , RRTypeDS, RRTypeMX, RRTypeTLSA, RRTypeSOA ] walkDom f acc name dom = f name dom $ case domSubmap dom of