]> granicus.if.org Git - pdns/commitdiff
Add rectify- and secure-all-zones documentation
authorju5t <ju5t@users.noreply.github.com>
Fri, 18 Nov 2016 13:01:28 +0000 (14:01 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Nov 2016 13:01:28 +0000 (14:01 +0100)
docs/manpages/pdnsutil.1.md

index 535d1fb17dd15addfe14d320a1d7d6ace05de966..ee1fd14fab09837d3881990d41142ea8c88adf94 100644 (file)
@@ -191,10 +191,20 @@ rectify-zone *ZONE*
      they comply with DNSSEC settings. Can be used to fix up migrated data. Can
      always safely be run, it does no harm.
 
+rectify-all-zones
+:    Calculates the 'ordername' and 'auth' fields for all zones so they comply 
+     with DNSSEC settings. Can be used to fix up migrated data. Can always safely 
+     be run, it does no harm.
+
 secure-zone *ZONE*
 :    Configures a zone called *ZONE* with reasonable DNSSEC settings. You should
      manually run 'pdnsutil rectify-zone' afterwards.
 
+secure-all-zones [**increase-serial**]
+:    Configures all zones that are not currently signed with reasonable DNSSEC
+     settings. Setting **increase-serial** will increase the serial of those 
+     zones too. You should manually run 'pdnsutil rectify-all-zones' afterwards.
+
 set-meta *ZONE* *ATTRIBUTE* [*VALUE*]
 :    Set domainmetadata *ATTRIBUTE* for *ZONE* to *VALUE*. An empty value clears it.