diff options
author | 2019-03-12 21:36:43 +0000 | |
---|---|---|
committer | 2019-03-12 21:36:43 +0000 | |
commit | d69f97be5ce9a3aae75c4a1e827f4729ea3c6b60 (patch) | |
tree | 823fddc4ef10ce8447fc4008e6cc5c2bc28e3cfa /core/plugin/zplugin.go | |
parent | e45411fdbd786413e16d66bf52799a409a5f1ddd (diff) | |
download | coredns-d69f97be5ce9a3aae75c4a1e827f4729ea3c6b60.tar.gz coredns-d69f97be5ce9a3aae75c4a1e827f4729ea3c6b60.tar.zst coredns-d69f97be5ce9a3aae75c4a1e827f4729ea3c6b60.zip |
plugin/proxy: remove (#2683)
Point proxy to the fake deprecated plugin, next release that will be
removed as well.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'core/plugin/zplugin.go')
-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 c86adfb62..819b44cb2 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -10,6 +10,7 @@ import ( _ "github.com/coredns/coredns/plugin/cache" _ "github.com/coredns/coredns/plugin/chaos" _ "github.com/coredns/coredns/plugin/debug" + _ "github.com/coredns/coredns/plugin/deprecated" _ "github.com/coredns/coredns/plugin/dnssec" _ "github.com/coredns/coredns/plugin/dnstap" _ "github.com/coredns/coredns/plugin/erratic" @@ -39,6 +40,5 @@ 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" ) |