aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/dnsserver/zdirectives.go1
-rw-r--r--core/plugin/zplugin.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/dnsserver/zdirectives.go b/core/dnsserver/zdirectives.go
index b897cc04f..b48154448 100644
--- a/core/dnsserver/zdirectives.go
+++ b/core/dnsserver/zdirectives.go
@@ -37,6 +37,7 @@ var Directives = []string{
"hosts",
"route53",
"azure",
+ "clouddns",
"federation",
"k8s_external",
"kubernetes",
diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go
index 0c3b447ce..104a3e68a 100644
--- a/core/plugin/zplugin.go
+++ b/core/plugin/zplugin.go
@@ -13,6 +13,7 @@ import (
_ "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"