mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
document config option dependency for showzone
Indicates in `rndc showzone` documentation this command requires the configuration option `allow-new-zones` to be `true`.
This commit is contained in:
parent
14c5e84477
commit
7c02b1df07
1 changed files with 12 additions and 10 deletions
|
|
@ -128,10 +128,10 @@ Currently supported commands are:
|
|||
|
||||
.. option:: addzone zone [class [view]] configuration
|
||||
|
||||
This command adds a zone while the server is running. This command requires the
|
||||
``allow-new-zones`` option to be set to ``yes``. The configuration
|
||||
string specified on the command line is the zone configuration text
|
||||
that would ordinarily be placed in :iscman:`named.conf`.
|
||||
This command adds a zone while the server is running. This command
|
||||
requires the ``allow-new-zones`` option to be set to ``yes``. The
|
||||
configuration string specified on the command line is the zone
|
||||
configuration text that would ordinarily be placed in :iscman:`named.conf`.
|
||||
|
||||
The configuration is saved in a file called ``viewname.nzf`` (or, if
|
||||
:iscman:`named` is compiled with liblmdb, an LMDB database file called
|
||||
|
|
@ -335,10 +335,10 @@ Currently supported commands are:
|
|||
|
||||
.. option:: modzone zone [class [view]] configuration
|
||||
|
||||
This command modifies the configuration of a zone while the server is running. This
|
||||
command requires the ``allow-new-zones`` option to be set to ``yes``.
|
||||
As with ``addzone``, the configuration string specified on the
|
||||
command line is the zone configuration text that would ordinarily be
|
||||
This command modifies the configuration of a zone while the server is
|
||||
running. This command requires the ``allow-new-zones`` option to be set
|
||||
to ``yes``. As with ``addzone``, the configuration string specified on
|
||||
the command line is the zone configuration text that would ordinarily be
|
||||
placed in :iscman:`named.conf`.
|
||||
|
||||
If the zone was originally added via :option:`rndc addzone`, the
|
||||
|
|
@ -537,9 +537,11 @@ Currently supported commands are:
|
|||
|
||||
.. option:: showzone zone [class [view]]
|
||||
|
||||
This command prints the configuration of a running zone.
|
||||
If the server is configured with ``allow-new-zones`` set to ``yes``,
|
||||
then this command prints the configuration of a running zone.
|
||||
|
||||
See also :option:`rndc zonestatus`.
|
||||
See also :option:`rndc addzone`, :option:`rndc modzone`.
|
||||
and :option:`rndc delzone`.
|
||||
|
||||
.. option:: sign zone [class [view]]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue