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:
Miek Gieben
2019-04-01 07:52:47 +01:00
committed by GitHub
parent c21f0c9651
commit a6cc88756c
3 changed files with 0 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ var Directives = []string{
"etcd",
"loop",
"forward",
"proxy",
"grpc",
"erratic",
"whoami",

View File

@@ -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"