mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
plugin/reload: mention auto in reload (#1793)
mention auto in reload docs
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
This plugin allows automatic reload of a changed _Corefile_.
|
||||||
|
To enable automatic reloading of _zone file_ changes, use the `auto` plugin.
|
||||||
|
|
||||||
This plugin periodically checks if the Corefile has changed by reading
|
This plugin periodically checks if the Corefile has changed by reading
|
||||||
it and calculating its MD5 checksum. If the file has changed, it reloads
|
it and calculating its MD5 checksum. If the file has changed, it reloads
|
||||||
CoreDNS with the new Corefile. This eliminates the need to send a SIGHUP
|
CoreDNS with the new Corefile. This eliminates the need to send a SIGHUP
|
||||||
|
|||||||
Reference in New Issue
Block a user