Commit 8026dc25 authored by Chris O'Haver's avatar Chris O'Haver Committed by GitHub

plugin/reload: mention auto in reload (#1793)

mention auto in reload docs
parent afed9164
...@@ -6,6 +6,9 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment