2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Add synonym configuration options for catalog zones

This commit adds 'primaries' and 'default-primaries' catalog zones
configuration options synonyms for 'masters' and 'default-masters'
respectively.
This commit is contained in:
Aram Sargsyan
2021-09-03 00:56:47 +00:00
parent c50301f3c7
commit ae53919154
15 changed files with 166 additions and 39 deletions

View File

@@ -104,6 +104,9 @@ The options following the zone name are not required, and may be
specified in any order.
``default-masters``
Synonym for ``default-primaries``.
``default-primaries``
This option defines the default primaries for member
zones listed in a catalog zone, and can be overridden by options within
a catalog zone. If no such options are included, then member zones
@@ -182,6 +185,8 @@ BIND currently supports the following options:
either an A or AAAA record. If multiple primaries are set, the order in
which they are used is random.
Note: ``masters`` can be used as a synonym for ``primaries``.
- A ``primaries`` with a TSIG key defined:
::
@@ -194,6 +199,8 @@ BIND currently supports the following options:
key set. The TSIG key must be configured in the configuration file.
``label`` can be any valid DNS label.
Note: ``masters`` can be used as a synonym for ``primaries``.
- ``allow-query`` and ``allow-transfer`` ACLs:
::