diff options
author | 2018-02-09 11:30:55 +0000 | |
---|---|---|
committer | 2018-02-09 11:30:55 +0000 | |
commit | 2e894eb0a27f5c7d5479c32db69a461e4ed544c8 (patch) | |
tree | 2ffd73cb37fec47b81313e348ad4d1625b27acd1 /core/plugin/zplugin.go | |
parent | 006ce4d56e394f08cb5c1a296d6e0526165d209a (diff) | |
download | coredns-2e894eb0a27f5c7d5479c32db69a461e4ed544c8.tar.gz coredns-2e894eb0a27f5c7d5479c32db69a461e4ed544c8.tar.zst coredns-2e894eb0a27f5c7d5479c32db69a461e4ed544c8.zip |
plugin/reload: disable for now (#1511)
Reloading should work (kill -TERM reload the coredns process), but a lot
of plugins can't handle it proper. Disable to reload plugin until we fix
(most) of the plugins
Diffstat (limited to 'core/plugin/zplugin.go')
-rw-r--r-- | core/plugin/zplugin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index 75fb797a4..0de47374a 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -27,7 +27,6 @@ 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" |