mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 02:15:11 -05:00
remove federation (#3794)
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
This commit is contained in:
@@ -42,7 +42,6 @@ var Directives = []string{
|
||||
"route53",
|
||||
"azure",
|
||||
"clouddns",
|
||||
"federation",
|
||||
"k8s_external",
|
||||
"kubernetes",
|
||||
"file",
|
||||
|
||||
@@ -49,5 +49,4 @@ import (
|
||||
_ "github.com/coredns/coredns/plugin/trace"
|
||||
_ "github.com/coredns/coredns/plugin/transfer"
|
||||
_ "github.com/coredns/coredns/plugin/whoami"
|
||||
_ "github.com/coredns/federation"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user