aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2021-02-09 15:37:23 +0100
committerGravatar Miek Gieben <miek@miek.nl> 2021-02-09 15:37:23 +0100
commit7dee43e3937fe8e4137d159368caa640a4b5c657 (patch)
treeedcfe8c5fbdb6ca4d23cca5b9cadcafc8f4ed4dc
parenta588c16ad92d5e49aab7a1b3a07a5bbd7a31cd88 (diff)
downloadcoredns-traffic.tar.gz
coredns-traffic.tar.zst
coredns-traffic.zip
go gentraffic
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r--core/dnsserver/zdirectives.go6
-rw-r--r--core/plugin/zplugin.go6
2 files changed, 0 insertions, 12 deletions
diff --git a/core/dnsserver/zdirectives.go b/core/dnsserver/zdirectives.go
index 08b36475c..ca28e73df 100644
--- a/core/dnsserver/zdirectives.go
+++ b/core/dnsserver/zdirectives.go
@@ -19,7 +19,6 @@ var Directives = []string{
"root",
"bind",
"debug",
- "trace",
"ready",
"health",
"pprof",
@@ -39,11 +38,6 @@ var Directives = []string{
"template",
"transfer",
"hosts",
- "route53",
- "azure",
- "clouddns",
- "federation",
- "k8s_external",
"kubernetes",
"file",
"auto",
diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go
index 374d0b8fe..6ba7c1c45 100644
--- a/core/plugin/zplugin.go
+++ b/core/plugin/zplugin.go
@@ -9,13 +9,11 @@ import (
_ "github.com/coredns/coredns/plugin/any"
_ "github.com/coredns/coredns/plugin/auto"
_ "github.com/coredns/coredns/plugin/autopath"
- _ "github.com/coredns/coredns/plugin/azure"
_ "github.com/coredns/coredns/plugin/bind"
_ "github.com/coredns/coredns/plugin/bufsize"
_ "github.com/coredns/coredns/plugin/cache"
_ "github.com/coredns/coredns/plugin/cancel"
_ "github.com/coredns/coredns/plugin/chaos"
- _ "github.com/coredns/coredns/plugin/clouddns"
_ "github.com/coredns/coredns/plugin/debug"
_ "github.com/coredns/coredns/plugin/dnssec"
_ "github.com/coredns/coredns/plugin/dnstap"
@@ -27,7 +25,6 @@ import (
_ "github.com/coredns/coredns/plugin/grpc"
_ "github.com/coredns/coredns/plugin/health"
_ "github.com/coredns/coredns/plugin/hosts"
- _ "github.com/coredns/coredns/plugin/k8s_external"
_ "github.com/coredns/coredns/plugin/kubernetes"
_ "github.com/coredns/coredns/plugin/loadbalance"
_ "github.com/coredns/coredns/plugin/log"
@@ -40,14 +37,11 @@ import (
_ "github.com/coredns/coredns/plugin/reload"
_ "github.com/coredns/coredns/plugin/rewrite"
_ "github.com/coredns/coredns/plugin/root"
- _ "github.com/coredns/coredns/plugin/route53"
_ "github.com/coredns/coredns/plugin/secondary"
_ "github.com/coredns/coredns/plugin/sign"
_ "github.com/coredns/coredns/plugin/template"
_ "github.com/coredns/coredns/plugin/tls"
- _ "github.com/coredns/coredns/plugin/trace"
_ "github.com/coredns/coredns/plugin/traffic"
_ "github.com/coredns/coredns/plugin/transfer"
_ "github.com/coredns/coredns/plugin/whoami"
- _ "github.com/coredns/federation"
)