]> granicus.if.org Git - pdns/commitdiff
docs: document 2 missing functions in pdnsutil.1
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 16 Oct 2017 13:05:33 +0000 (15:05 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 16 Oct 2017 13:05:33 +0000 (15:05 +0200)
Closes #5784

docs/manpages/pdnsutil.1.rst

index cf575e10257db505ac6461a6939032ea6a4c77fd..6a346e6d58553c767e8b915dee059c0e94d19057 100644 (file)
@@ -143,6 +143,12 @@ ZONE MANIPULATION COMMANDS
 
 create-zone *ZONE*
     Create an empty zone named *ZONE*.
+create-slave-zone *ZONE* *MASTER* [*MASTER*]..
+    Create a new slave zone *ZONE* with masters *MASTER*. All *MASTER*\ s
+    need to to be IP addresses with an optional port.
+change-slave-zone-master *ZONE* *MASTER* [*MASTER*]..
+    Change the masters for slave zone *ZONE* to new masters *MASTER*. All
+    *MASTER*\ s need to to be IP addresses with an optional port.
 check-all-zones
     Check all zones for correctness.
 check-zone *ZONE*