summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorLubos Slovak <lubos.slovak@nic.cz>2013-12-19 16:54:34 +0100
committerLubos Slovak <lubos.slovak@nic.cz>2013-12-19 16:54:34 +0100
commitfac29692795f0a7bfa49a53509936d897dc371b4 (patch)
treea2fd58182ce072de1d4c62ac6cb5ce9c21649c4b /samples
parentWarning for user if new serial is lower than old. (diff)
downloadknot-fac29692795f0a7bfa49a53509936d897dc371b4.tar.xz
knot-fac29692795f0a7bfa49a53509936d897dc371b4.zip
Documentation for serial policy.
refs #158
Diffstat (limited to 'samples')
-rw-r--r--samples/knot.full.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/samples/knot.full.conf b/samples/knot.full.conf
index ceb9d8c88..fb6124811 100644
--- a/samples/knot.full.conf
+++ b/samples/knot.full.conf
@@ -269,6 +269,11 @@ zones {
# reasonable value with regard to signing overhead.
# signature-lifetime 30d;
+ # Serial policy after DDNS and automatic DNSSEC signing.
+ # Possible values: increment | unixtime
+ # Default value: increment
+ # serial-policy increment;
+
# Zone entry
#
# Format: <zone-name> { file "<path-to-zone-file>"; }
@@ -340,6 +345,11 @@ zones {
# reasonable value with regard to signing overhead.
# signature-lifetime 30d;
+ # Serial policy after DDNS and automatic DNSSEC signing.
+ # Possible values: increment | unixtime
+ # Default value: increment
+ # serial-policy increment;
+
# XFR master server
xfr-in server0;