From: Jan-Piet Mens Date: Sat, 18 Feb 2023 21:44:13 +0000 (+0100) Subject: replace address of primary X-Git-Tag: dnsdist-1.8.0-rc1~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd6396b3c12f779b835192d18b172584a91c19e2;p=thirdparty%2Fpdns.git 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. --- 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``.