mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
proxy: remove from config (#2744)
fully remove proxy and make it completely external. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -44,7 +44,6 @@ var Directives = []string{
|
|||||||
"etcd",
|
"etcd",
|
||||||
"loop",
|
"loop",
|
||||||
"forward",
|
"forward",
|
||||||
"proxy",
|
|
||||||
"grpc",
|
"grpc",
|
||||||
"erratic",
|
"erratic",
|
||||||
"whoami",
|
"whoami",
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ import (
|
|||||||
_ "github.com/coredns/coredns/plugin/cancel"
|
_ "github.com/coredns/coredns/plugin/cancel"
|
||||||
_ "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"
|
||||||
|
|||||||
@@ -53,7 +53,6 @@ secondary:secondary
|
|||||||
etcd:etcd
|
etcd:etcd
|
||||||
loop:loop
|
loop:loop
|
||||||
forward:forward
|
forward:forward
|
||||||
proxy:deprecated
|
|
||||||
grpc:grpc
|
grpc:grpc
|
||||||
erratic:erratic
|
erratic:erratic
|
||||||
whoami:whoami
|
whoami:whoami
|
||||||
|
|||||||
Reference in New Issue
Block a user