plugin/reload: enable (#1587)

Couldn't revert the original commit, just manually perform the needed
tweaks.
This commit is contained in:
Miek Gieben
2018-03-02 17:17:26 -08:00
committed by GitHub
parent 6f3a7af548
commit 6cec66ce40
4 changed files with 6 additions and 4 deletions

View File

@@ -28,6 +28,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"