From 6c747d709793385452c0a1e86d92996fbf5fb8fa Mon Sep 17 00:00:00 2001 From: Grant Garrett-Grossman Date: Wed, 19 Aug 2020 22:33:40 -0500 Subject: [PATCH] Update README.md (#4068) * Update README.md Specify that serial must change for the zone file to be reloaded. Signed-off-by: Grant Garrett-Grossman * Update plugin/auto/README.md Co-authored-by: Miek Gieben Signed-off-by: Grant Garrett-Grossman Co-authored-by: Miek Gieben --- plugin/auto/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/auto/README.md b/plugin/auto/README.md index 26c232c4d..7d746cb82 100644 --- a/plugin/auto/README.md +++ b/plugin/auto/README.md @@ -9,7 +9,7 @@ The *auto* plugin is used for an "old-style" DNS server. It serves from a preloaded file that exists on disk. If the zone file contains signatures (i.e. is signed, i.e. using DNSSEC) correct DNSSEC answers are returned. Only NSEC is supported! If you use this setup *you* are responsible for re-signing the -zonefile. New or changed zones are automatically picked up from disk. +zonefile. New or changed zones are automatically picked up from disk only when SOA's serial changes. If the zones are not updated via a zone transfer, the serial must be manually changed. ## Syntax