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>
This commit is contained in:
parent
e45411fdbd
commit
d69f97be5c
2 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,7 @@ import (
|
||||||
_ "github.com/coredns/coredns/plugin/cache"
|
_ "github.com/coredns/coredns/plugin/cache"
|
||||||
_ "github.com/coredns/coredns/plugin/chaos"
|
_ "github.com/coredns/coredns/plugin/chaos"
|
||||||
_ "github.com/coredns/coredns/plugin/debug"
|
_ "github.com/coredns/coredns/plugin/debug"
|
||||||
|
_ "github.com/coredns/coredns/plugin/deprecated"
|
||||||
_ "github.com/coredns/coredns/plugin/dnssec"
|
_ "github.com/coredns/coredns/plugin/dnssec"
|
||||||
_ "github.com/coredns/coredns/plugin/dnstap"
|
_ "github.com/coredns/coredns/plugin/dnstap"
|
||||||
_ "github.com/coredns/coredns/plugin/erratic"
|
_ "github.com/coredns/coredns/plugin/erratic"
|
||||||
|
@ -39,6 +40,5 @@ import (
|
||||||
_ "github.com/coredns/coredns/plugin/tls"
|
_ "github.com/coredns/coredns/plugin/tls"
|
||||||
_ "github.com/coredns/coredns/plugin/trace"
|
_ "github.com/coredns/coredns/plugin/trace"
|
||||||
_ "github.com/coredns/coredns/plugin/whoami"
|
_ "github.com/coredns/coredns/plugin/whoami"
|
||||||
_ "github.com/coredns/proxy"
|
|
||||||
_ "github.com/mholt/caddy/onevent"
|
_ "github.com/mholt/caddy/onevent"
|
||||||
)
|
)
|
||||||
|
|
|
@ -52,7 +52,7 @@ secondary:secondary
|
||||||
etcd:etcd
|
etcd:etcd
|
||||||
loop:loop
|
loop:loop
|
||||||
forward:forward
|
forward:forward
|
||||||
proxy:github.com/coredns/proxy
|
proxy:deprecated
|
||||||
erratic:erratic
|
erratic:erratic
|
||||||
whoami:whoami
|
whoami:whoami
|
||||||
on:github.com/mholt/caddy/onevent
|
on:github.com/mholt/caddy/onevent
|
||||||
|
|
Loading…
Add table
Reference in a new issue