Merge branch 'ron-tags-3-v9_18' into 'v9_18'

Add tags and short descriptions to all configuration statements [v9_18]

See merge request isc-projects/bind9!6624
This commit is contained in:
Petr Špaček
2022-08-01 09:00:46 +00:00
5 changed files with 755 additions and 74 deletions

View File

@@ -84,6 +84,8 @@ by editing the configuration file or running
Configuring Catalog Zones
~~~~~~~~~~~~~~~~~~~~~~~~~
.. namedconf:statement:: catalog-zones
:tags: zone
:short: Configures catalog zones in :iscman:`named.conf`.
Catalog zones are configured with a :any:`catalog-zones` statement in the
:namedconf:ref:`options` or :any:`view` section of :iscman:`named.conf`. For example:

View File

@@ -33,6 +33,8 @@ database.
Configuring DLZ
~~~~~~~~~~~~~~~
.. namedconf:statement:: dlz
:tags: zone
:short: Configures a Dynamically Loadable Zone (DLZ) database in :iscman:`named.conf`.
A DLZ database is configured with a :any:`dlz` statement in :iscman:`named.conf`:
@@ -50,6 +52,8 @@ DLZ driver. Multiple :any:`dlz` statements can be specified.
.. namedconf:statement:: search
:tags: query
:short: Specifies whether a Dynamically Loadable Zone (DLZ) module is queried for an answer to a query name.
When answering a query, all DLZ modules with :namedconf:ref:`search` set to ``yes`` are
queried to see whether they contain an answer for the query name. The best

View File

@@ -34,6 +34,8 @@ with the BIND source code, in the directory
Configuring DynDB
~~~~~~~~~~~~~~~~~
.. namedconf:statement:: dyndb
:tags: zone
:short: Configures a DynDB database in :iscman:`named.conf`.
A DynDB database is configured with a :any:`dyndb` statement in
:iscman:`named.conf`:

View File

@@ -35,6 +35,8 @@ functionality.
Configuring Plugins
~~~~~~~~~~~~~~~~~~~
.. namedconf:statement:: plugin
:tags: server
:short: Configures plugins in :iscman:`named.conf`.
A plugin is configured with the :any:`plugin` statement in :iscman:`named.conf`:

File diff suppressed because it is too large Load Diff