2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +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
: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).
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
@@ -258,7 +258,7 @@ The :ref:`zone<zone_clause>` block, and :ref:`allow-query<allow-query>`,
detail in the appropriate sections.
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.
.. note::

View File

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