2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Clarify effect of "directory" configuration option

The "directory" configuration options affects the configuration listed
after the directive but not before which may affect ``include``
directive with relative file paths.
This commit is contained in:
Ondřej Surý
2021-10-23 23:37:57 +02:00
committed by Petr Špaček
parent 01bd7d1024
commit 00ba6967b1

View File

@@ -988,6 +988,12 @@ default is used.
absolute path, and *must* be writable by the effective user ID of the absolute path, and *must* be writable by the effective user ID of the
``named`` process. ``named`` process.
The option takes effect only at the time that the configuration
option is parsed; if other files are being included before or after specifying the
new ``directory``, the ``directory`` option must be listed
before any other directive (like ``include``) that can work with relative
files. The safest way to include files is to use absolute file names.
``dnstap`` ``dnstap``
``dnstap`` is a fast, flexible method for capturing and logging DNS ``dnstap`` is a fast, flexible method for capturing and logging DNS
traffic. Developed by Robert Edmonds at Farsight Security, Inc., and traffic. Developed by Robert Edmonds at Farsight Security, Inc., and