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 bca217185..3ba04096b 100644
--- a/core/dnsserver/zdirectives.go
+++ b/core/dnsserver/zdirectives.go
@@ -53,6 +53,7 @@ var Directives = []string{
"secondary",
"etcd",
"loop",
+ "forwardcrd",
"forward",
"grpc",
"erratic",
diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go
index a9167eeaf..8d100bc26 100644
--- a/core/plugin/zplugin.go
+++ b/core/plugin/zplugin.go
@@ -25,6 +25,7 @@ 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"