Commit a6cc8875 authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

proxy: remove from config (#2744)

fully remove proxy and make it completely external.
Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
parent c21f0c96
......@@ -44,7 +44,6 @@ var Directives = []string{
"etcd",
"loop",
"forward",
"proxy",
"grpc",
"erratic",
"whoami",
......
......@@ -11,7 +11,6 @@ import (
_ "github.com/coredns/coredns/plugin/cancel"
_ "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"
......
......@@ -53,7 +53,6 @@ secondary:secondary
etcd:etcd
loop:loop
forward:forward
proxy:deprecated
grpc:grpc
erratic:erratic
whoami:whoami
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment