]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
replace address of primary 12566/head
authorJan-Piet Mens <jp@mens.de>
Sat, 18 Feb 2023 21:44:13 +0000 (22:44 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Feb 2023 21:44:13 +0000 (22:44 +0100)
I think the address `127.0.0.1` makes little sense when creating a secondary zone, and I hope this is a tad less confusing.

docs/catalog.rst

index 6606cad6838de5436b3d221740bea52e2d2e3ec0..e0ffbdabb776cc5cf37f752b13b602913d748d70 100644 (file)
@@ -133,7 +133,7 @@ The only difference is the type, which is now set to CONSUMER.
 
 .. code-block:: shell
 
-  pdnsutil create-secondary-zone catalog.example 127.0.0.1
+  pdnsutil create-secondary-zone catalog.example 192.0.2.42
   pdnsutil set-kind catalog.example consumer
 
 Creating consumer zones is supported in the :doc:`API <http-api/zone>`, using type ``CONSUMER``.