aboutsummaryrefslogtreecommitdiff
path: root/plugin/reload
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2018-05-11 15:09:38 -0400
committerGravatar GitHub <noreply@github.com> 2018-05-11 15:09:38 -0400
commit8026dc256097f19d8ca5cbd6f782a0d93634f85a (patch)
treefa9cb2b2ae5fa7d52bae297818f859f6a95aafc4 /plugin/reload
parentafed91646a264969bb14178f9c8d7679729f2005 (diff)
downloadcoredns-8026dc256097f19d8ca5cbd6f782a0d93634f85a.tar.gz
coredns-8026dc256097f19d8ca5cbd6f782a0d93634f85a.tar.zst
coredns-8026dc256097f19d8ca5cbd6f782a0d93634f85a.zip
plugin/reload: mention auto in reload (#1793)
mention auto in reload docs
Diffstat (limited to 'plugin/reload')
-rw-r--r--plugin/reload/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/reload/README.md b/plugin/reload/README.md
index 18d40ca5d..4c98b7a7f 100644
--- a/plugin/reload/README.md
+++ b/plugin/reload/README.md
@@ -6,6 +6,9 @@
## 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
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