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
This commit is contained in:
Miek Gieben
2018-02-09 11:30:55 +00:00
committed by GitHub
parent 006ce4d56e
commit 2e894eb0a2
4 changed files with 3 additions and 5 deletions

View File

@@ -11,7 +11,6 @@ package dnsserver
// care what plugin above them are doing.
var Directives = []string{
"tls",
"reload",
"nsid",
"root",
"bind",