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:
@@ -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:
|
||||
|
||||
::
|
||||
|
Reference in New Issue
Block a user