aboutsummaryrefslogtreecommitdiff
path: root/core/plugin/zplugin.go
diff options
context:
space:
mode:
authorGravatar John Belamaric <jbelamaric@infoblox.com> 2018-01-27 05:42:57 -0500
committerGravatar Miek Gieben <miek@miek.nl> 2018-01-27 10:42:57 +0000
commit0b35d4d28f137853a81fb059812953e0f96fbec2 (patch)
tree7680a2e7f8831382129f061c6f859bf6e36db0b7 /core/plugin/zplugin.go
parent80050766fb95b17d6ec9324c315fac379ddd78b2 (diff)
downloadcoredns-0b35d4d28f137853a81fb059812953e0f96fbec2.tar.gz
coredns-0b35d4d28f137853a81fb059812953e0f96fbec2.tar.zst
coredns-0b35d4d28f137853a81fb059812953e0f96fbec2.zip
Reload hook (#1445)
* Add reload directive * gofmt * Fix default jitter and error message * remove unneeded call to NextArg, add a couple negative setup tests * Review feedback
Diffstat (limited to 'core/plugin/zplugin.go')
-rw-r--r--core/plugin/zplugin.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go
index c893a6139..a81c8ef9b 100644
--- a/core/plugin/zplugin.go
+++ b/core/plugin/zplugin.go
@@ -26,6 +26,7 @@ import (
_ "github.com/coredns/coredns/plugin/nsid"
_ "github.com/coredns/coredns/plugin/pprof"
_ "github.com/coredns/coredns/plugin/proxy"
+ _ "github.com/coredns/coredns/plugin/reload"
_ "github.com/coredns/coredns/plugin/reverse"
_ "github.com/coredns/coredns/plugin/rewrite"
_ "github.com/coredns/coredns/plugin/root"