mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 02:32:03 -04: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
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Reference in a new issue