From: Kevin P. Fleming Date: Sun, 20 Nov 2022 13:09:06 +0000 (-0500) Subject: Small clarifications to docs for API usage with catalog zones. X-Git-Tag: dnsdist-1.8.0-rc1~190^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f74c70d373f742f9d2b2b5596b1d5b634444def;p=thirdparty%2Fpdns.git Small clarifications to docs for API usage with catalog zones. --- 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.