mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +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:
parent
01bd7d1024
commit
00ba6967b1
@ -988,6 +988,12 @@ default is used.
|
||||
absolute path, and *must* be writable by the effective user ID of the
|
||||
``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`` is a fast, flexible method for capturing and logging DNS
|
||||
traffic. Developed by Robert Edmonds at Farsight Security, Inc., and
|
||||
|
Loading…
x
Reference in New Issue
Block a user