From fd6396b3c12f779b835192d18b172584a91c19e2 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 18 Feb 2023 22:44:13 +0100 Subject: [PATCH] replace address of primary 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/catalog.rst b/docs/catalog.rst index 6606cad683..e0ffbdabb7 100644 --- a/docs/catalog.rst +++ b/docs/catalog.rst @@ -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 `, using type ``CONSUMER``. -- 2.47.2