diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/dnsserver/zdirectives.go | 1 | ||||
-rw-r--r-- | core/plugin/zplugin.go | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/dnsserver/zdirectives.go b/core/dnsserver/zdirectives.go index 61d96c633..65a51a22b 100644 --- a/core/dnsserver/zdirectives.go +++ b/core/dnsserver/zdirectives.go @@ -27,6 +27,7 @@ var Directives = []string{ "errors", "log", "dnstap", + "dns64", "acl", "any", "chaos", diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index 90267f29b..316f49634 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -17,6 +17,7 @@ import ( _ "github.com/coredns/coredns/plugin/chaos" _ "github.com/coredns/coredns/plugin/clouddns" _ "github.com/coredns/coredns/plugin/debug" + _ "github.com/coredns/coredns/plugin/dns64" _ "github.com/coredns/coredns/plugin/dnssec" _ "github.com/coredns/coredns/plugin/dnstap" _ "github.com/coredns/coredns/plugin/erratic" |