Revert "Initial implementation of ForwardCRD plugin (#4512)" (#4981)

This reverts commit 2e6953c7db.
This commit is contained in:
Chris O'Haver
2021-11-12 13:19:16 -05:00
committed by GitHub
parent 2e6953c7db
commit 3288b111b2
22 changed files with 91 additions and 2471 deletions

View File

@@ -53,7 +53,6 @@ var Directives = []string{
"secondary",
"etcd",
"loop",
"forwardcrd",
"forward",
"grpc",
"erratic",

View File

@@ -25,7 +25,6 @@ import (
_ "github.com/coredns/coredns/plugin/etcd"
_ "github.com/coredns/coredns/plugin/file"
_ "github.com/coredns/coredns/plugin/forward"
_ "github.com/coredns/coredns/plugin/forwardcrd"
_ "github.com/coredns/coredns/plugin/geoip"
_ "github.com/coredns/coredns/plugin/grpc"
_ "github.com/coredns/coredns/plugin/header"