Skip to content
Snippets Groups Projects
Commit 099d6c65 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

review: documentation fixes

parent 5a0a0f01
No related branches found
No related tags found
No related merge requests found
......@@ -799,13 +799,13 @@ Remotes are defined in @code{remotes} section of configuration file (@pxref{remo
@subsubsection storage
@vindex storage
The working directory of Knot DNS, it is used to store zone files and journal files.
Data directory for zones. It is used to store zone files and journal files.
If it is set in an invidiual @code{zone} config section, it can be specified as a relative path to @code{storage}.
Value of @code{storage} set in @code{zone} section is relative to @code{storage} in @code{zones} section.
Default value (in @code{zones} section): @file{$@{localstatedir@}/lib/knot}, configured with @code{--with-storage=path}
Default value (in @code{zone} config): inherited from @code{zones} section.
Default value (in @code{zone} config): inherited from @code{zones} section
@example
zones @{
......@@ -884,7 +884,7 @@ Default value (in @code{zone} config): inherited from @code{zones} section
@subsubsection dnssec-keydir
@vindex dnssec-keydir
Location of DNSSEC signing keys. Can be specified as a relative path to @code{storage}.
Location of DNSSEC signing keys, relative to @code{storage}.
Default value: not set
......
......@@ -327,7 +327,7 @@ serves as an example of the configuration for knotc(8) and knotd(8).
# f.e. 1k, 100M, 2G
ixfr-fslimit 1G;
# Location of DNSSEC signing keys (relative storage directory in zone).
# Location of DNSSEC signing keys (relative to storage directory in zone).
# Default value: inherited from zones section
dnssec-keydir "keys";
......
......@@ -321,7 +321,7 @@ zones {
# f.e. 1k, 100M, 2G
ixfr-fslimit 1G;
# Location of DNSSEC signing keys (relative storage directory in zone).
# Location of DNSSEC signing keys (relative to storage directory in zone).
# Default value: inherited from zones section
dnssec-keydir "keys";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment