From a58a2be4812fad2e6251d19df38992d7dc5202da Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 4 Jul 2013 20:24:20 +0200 Subject: [PATCH] minor doc updates --- pdns/docs/pdns.xml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 5440b24ae5..bbdc0ce02e 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -520,11 +520,6 @@ g61a7fac: enable AM_SILENT_RULES, closing t647 - - - gcc6bf4c: Merge branch 'nodnssecany' of github.com:mind04/pdns into mind04-nodnssecany - - g837f4b4: do a better job at escaping TXT, fixes t795 @@ -12290,6 +12285,21 @@ create index recordorder on records (domain_id, ordername text_pattern_ops); + From PowerDNS Authoritative Server 3.2 to 3.3 + + + If you are coming from 2.9.x, please also read , and . + + + + The `ip` field in the supermasters table (for the various gsql backends) has been stretched to 64 characters + to support IPv6. + + + pdnssec secure-zone now creates one KSK and one ZSK, instead of two ZSKs. + + + Serving authoritative DNSSEC data @@ -12732,11 +12742,10 @@ $ pdnssec rectify-zone powerdnssec.org set-nsec3 ZONE 'parameters' [narrow] - Sets NSEC3 parameters for this zone. A sample command line is: "pdnssec set-nsec3 powerdnssec.org '1 1 1 ab' narrow". + Sets NSEC3 parameters for this zone. A sample command line is: "pdnssec set-nsec3 powerdnssec.org '1 0 1 ab' narrow". The NSEC3 parameters must be quoted on the command line. If running in RSASHA1 mode (algorithm 5 or 7), switching from NSEC to NSEC3 will require a DS update at the parent zone! - The NSEC3 fields are: 'algorithm flags iterations salt'. Both 'algorithm' and 'flags' should be 1 for PowerDNS - operation. The salt is hexadecimal. + The NSEC3 fields are: 'algorithm flags iterations salt'. For 'algorithm', currently '1' is the only supported value. Setting 'flags' to 1 enables opt-out operation. Only do this if you know you need it. The salt is hexadecimal. @@ -13235,7 +13244,7 @@ sql> insert into domainmetadata (domain_id, kind, content) values (7,'ALLOW-AXFR NSEC3 parameters of a DNSSEC zone. Will be used to synthesize the NSEC3PARAM record. If present, NSEC3 is used, if not - present, zones default to NSEC (see 'set-nsec3' in ). Example content: "1 1 1 ab". + present, zones default to NSEC (see 'set-nsec3' in ). Example content: "1 0 1 ab". -- 2.47.3