From 5a73916ef7851f85cd6616ee0ad635b0b868677c Mon Sep 17 00:00:00 2001 From: Peter Thomassen Date: Thu, 15 Sep 2016 20:39:40 -0300 Subject: [PATCH] docs: clarify autoserial description --- docs/markdown/authoritative/backend-generic-sql.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.2