diff options
author | Ondřej Surý <ondrej@sury.org> | 2013-07-29 17:14:20 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2013-07-29 17:14:20 +0200 |
commit | adbc92de0cd2832e84dc5d684c31d5a25bf13b5d (patch) | |
tree | df03690388d4c9acb870a9ce02e9592c827e378f /man/knot.conf.5.in | |
parent | 93f582ba0ad3d1f69b796b70660ccfd1530303f1 (diff) | |
download | knot-9d7ebe95d71d145285c2db088ee78cb434bf4ce3.tar.gz |
New upstream version 1.3.0~rc5upstream/1.3.0_rc5
Diffstat (limited to 'man/knot.conf.5.in')
-rw-r--r-- | man/knot.conf.5.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/knot.conf.5.in b/man/knot.conf.5.in index 2ccc767..7f85bba 100644 --- a/man/knot.conf.5.in +++ b/man/knot.conf.5.in @@ -34,12 +34,12 @@ serves as an example of the configuration for knotc(8) and knotd(8). # Or hexstring 0x01ab00 nsid "myserver0"; - # Working directory of the server - # Used to store compiled zones and PID file - # default: ${sharedstatedir}/knot, configured with --with-storage + # This is a default directory to place slave zone files, journals etc. + # default: ${localstatedir}/lib/knot, configured with --with-storage storage "/var/lib/knot"; # Directory for storing run-time data + # e.g. PID file and control sockets # default: ${localstatedir}/run/knot, configured with --with-rundir rundir "/var/run/knot"; @@ -94,8 +94,8 @@ serves as an example of the configuration for knotc(8) and knotd(8). # Rate limit SLIP # Each Nth blocked response will be sent as truncated, this is a way to allow # legitimate requests to get a chance to reconnect using TCP - # Default: 2 - rate-limit-slip 2; + # Default: 1 + rate-limit-slip 1; } # Includes can be placed anywhere at any level in the configuration file. The |