]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
update docs about not putting NSEC/NSEC3 in the database
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 22 Nov 2012 14:42:46 +0000 (14:42 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 22 Nov 2012 14:42:46 +0000 (14:42 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2916 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/docs/pdns.xml

index aab67d69204d8b428f0a8909d1fd672afa2385ae..77747b121673e51a5de339574387f82dc7a4670a 100644 (file)
@@ -11791,6 +11791,10 @@ $ pdnssec rectify-zone powerdnssec.org
        If your frontend does not add empty non-terminal names to records, you will get DNSSEC replies of 3.1-quality, which has served many people well, but we
        suggest you update your code as soon as possible!
   </para>
+  <para>
+       If you import presigned zones into your database, please do not import the NSEC or NSEC3 records. PowerDNS will synthesize these itself. Putting
+       them in the database might cause duplicate records in responses. zone2sql filters NSEC and NSEC3 automatically.
+  </para>
   </section>
 </section>
   <section id="dnssec-security"><title>Security</title>