2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 16:15:27 +00:00

Reference new named.conf description instead of man page

This commit is contained in:
Ron Aitchison
2022-06-15 14:06:37 +02:00
committed by Petr Špaček
parent 31e3d1aaf7
commit cf85e776c6
2 changed files with 4 additions and 4 deletions

View File

@@ -182,7 +182,7 @@ Secondary Authoritative Name Server
The zone files ``local-host-forward.db`` and ``localhost.rev`` are unmodified The zone files ``local-host-forward.db`` and ``localhost.rev`` are unmodified
:ref:`from the base samples<base_zone_file>`. The **example.com** zone file is :ref:`from the base samples<base_zone_file>`. The **example.com** zone file is
not required (the zone file is obtained from the primary via zone transfer). not required (the zone file is obtained from the primary via zone transfer).
The :iscman:`named.conf` file has been modified as shown: The :ref:`named.conf<named_conf>` file has been modified as shown:
.. code-block:: c .. code-block:: c
@@ -258,7 +258,7 @@ The :ref:`zone<zone_clause>` block, and :ref:`allow-query<allow-query>`,
detail in the appropriate sections. detail in the appropriate sections.
If NOTIFY is not being used, no changes are required in this If NOTIFY is not being used, no changes are required in this
:iscman:`named.conf` file, since it is the primary that initiates the NOTIFY :ref:`named.conf<named_conf>` file, since it is the primary that initiates the NOTIFY
message. message.
.. note:: .. note::

View File

@@ -19,8 +19,8 @@ Configurations and Zone Files
Introduction Introduction
------------ ------------
BIND 9 uses a single configuration file called :iscman:`named.conf`. BIND 9 uses a single configuration file called :ref:`named.conf <named_conf>`.
:iscman:`named.conf` is typically located in either /etc/namedb or which is typically located in either /etc/namedb or
/usr/local/etc/namedb. /usr/local/etc/namedb.
.. Note:: If :ref:`rndc<ops_rndc>` is being used locally (on the same host .. Note:: If :ref:`rndc<ops_rndc>` is being used locally (on the same host