diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/plugin/zplugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index 6102d94bd..93a804f4f 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -29,7 +29,6 @@ import ( _ "github.com/coredns/coredns/plugin/metrics" _ "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/rewrite" _ "github.com/coredns/coredns/plugin/root" @@ -39,5 +38,6 @@ import ( _ "github.com/coredns/coredns/plugin/tls" _ "github.com/coredns/coredns/plugin/trace" _ "github.com/coredns/coredns/plugin/whoami" + _ "github.com/coredns/proxy" _ "github.com/mholt/caddy/onevent" ) |