summaryrefslogtreecommitdiff
path: root/man/knot.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'man/knot.conf.5')
-rw-r--r--man/knot.conf.512
1 files changed, 6 insertions, 6 deletions
diff --git a/man/knot.conf.5 b/man/knot.conf.5
index de5ce64..02db6f3 100644
--- a/man/knot.conf.5
+++ b/man/knot.conf.5
@@ -1,4 +1,4 @@
-.TH "knot.conf" "5" "15 July 2013" "CZ.NIC Labs" "Knot DNS, version 1.3.0-rc4"
+.TH "knot.conf" "5" "29 July 2013" "CZ.NIC Labs" "Knot DNS, version 1.3.0-rc5"
.SH "NAME"
.LP
.B knot.conf
@@ -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