From: Peter Thomassen Date: Thu, 15 Sep 2016 23:39:40 +0000 (-0300) Subject: docs: clarify autoserial description X-Git-Tag: rec-4.1.0-alpha1~328^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a73916ef7851f85cd6616ee0ad635b0b868677c;p=thirdparty%2Fpdns.git docs: clarify autoserial description --- diff --git a/docs/markdown/authoritative/backend-generic-sql.md b/docs/markdown/authoritative/backend-generic-sql.md index f3037b21fe..ed401d46c9 100644 --- a/docs/markdown/authoritative/backend-generic-sql.md +++ b/docs/markdown/authoritative/backend-generic-sql.md @@ -100,8 +100,9 @@ this implies that a slaved domain will not stay disabled. ## Autoserial The autoserial functionality makes PowerDNS generate the SOA serial when the SOA -serial set to `0` in the database. The serial in SOA responses is set to the -highest value of the `change_date` field in the "records" table. +serial set to `0` in the database. The serial in SOA responses is set to what's +provided by `zone-lastchange-query`. By default, this is the highest value of the +`change_date` field in the "records" table). # Handling DNSSEC signed zones