mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
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>
This commit is contained in:
committed by
GitHub
parent
aa16e0eff1
commit
6c747d7097
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user