diff options
author | 2020-08-19 22:33:40 -0500 | |
---|---|---|
committer | 2020-08-19 20:33:40 -0700 | |
commit | 6c747d709793385452c0a1e86d92996fbf5fb8fa (patch) | |
tree | 087cd516654c10607570d26077d448421c3aeb09 /plugin | |
parent | aa16e0eff1b83db871bdbcdd97a24d3deddfc90b (diff) | |
download | coredns-6c747d709793385452c0a1e86d92996fbf5fb8fa.tar.gz coredns-6c747d709793385452c0a1e86d92996fbf5fb8fa.tar.zst coredns-6c747d709793385452c0a1e86d92996fbf5fb8fa.zip |
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 <grantlg2@illinois.edu>
* Update plugin/auto/README.md
Co-authored-by: Miek Gieben <miek@miek.nl>
Signed-off-by: Grant Garrett-Grossman <grantlg2@illinois.edu>
Co-authored-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/auto/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |