From 2f74c70d373f742f9d2b2b5596b1d5b634444def Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sun, 20 Nov 2022 08:09:06 -0500 Subject: [PATCH] Small clarifications to docs for API usage with catalog zones. --- docs/catalog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/catalog.rst b/docs/catalog.rst index 0e89e124ee..6606cad683 100644 --- a/docs/catalog.rst +++ b/docs/catalog.rst @@ -90,7 +90,7 @@ Create a producer zone: pdnsutil load-zone catalog.example zones/catalog.example ZONEFILE pdnsutil set-kind catalog.example producer -Creating producer zones is supported in the :doc:`API `. +Creating producer zones is supported in the :doc:`API `, using type ``PRODUCER``. Assigning members to a producer zone ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -102,7 +102,7 @@ In the example below ``example.com`` is the member and ``catalog.example`` is th pdnsutil set-catalog example.com catalog.example -Setting catalog values is supported in the :doc:`API `. +Setting catalog values is supported in the :doc:`API `, by setting the ``catalog`` property in the zone properties. Each member zone may have one or more additional properties as defined in the draft. PowerDNS currently supports the following properties: @@ -136,6 +136,6 @@ The only difference is the type, which is now set to CONSUMER. pdnsutil create-secondary-zone catalog.example 127.0.0.1 pdnsutil set-kind catalog.example consumer -Creating producer zones is supported in the :doc:`API `. +Creating consumer zones is supported in the :doc:`API `, using type ``CONSUMER``. New member zones on the consumer adopt their primaries from the consumer zone. -- 2.47.2