aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/plugin/zplugin.go2
-rw-r--r--plugin.cfg2
2 files changed, 2 insertions, 2 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"
)
diff --git a/plugin.cfg b/plugin.cfg
index deb341707..a9450d50d 100644
--- a/plugin.cfg
+++ b/plugin.cfg
@@ -52,7 +52,7 @@ secondary:secondary
etcd:etcd
loop:loop
forward:forward
-proxy:github.com/coredns/proxy
+proxy:deprecated
erratic:erratic
whoami:whoami
on:github.com/mholt/caddy/onevent