diff options
author | Lubos Slovak <lubos.slovak@nic.cz> | 2013-12-19 16:54:34 +0100 |
---|---|---|
committer | Lubos Slovak <lubos.slovak@nic.cz> | 2013-12-19 16:54:34 +0100 |
commit | fac29692795f0a7bfa49a53509936d897dc371b4 (patch) | |
tree | a2fd58182ce072de1d4c62ac6cb5ce9c21649c4b /samples | |
parent | Warning for user if new serial is lower than old. (diff) | |
download | knot-fac29692795f0a7bfa49a53509936d897dc371b4.tar.xz knot-fac29692795f0a7bfa49a53509936d897dc371b4.zip |
Documentation for serial policy.
refs #158
Diffstat (limited to 'samples')
-rw-r--r-- | samples/knot.full.conf | 10 |
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; |