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 9a7390ecd..4726345e3 100644
--- a/core/dnsserver/zdirectives.go
+++ b/core/dnsserver/zdirectives.go
@@ -37,6 +37,7 @@ var Directives = []string{
"rewrite",
"dnssec",
"autopath",
+ "minimal",
"template",
"transfer",
"hosts",
diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go
index afd77eb99..eee813910 100644
--- a/core/plugin/zplugin.go
+++ b/core/plugin/zplugin.go
@@ -36,6 +36,7 @@ import (
_ "github.com/coredns/coredns/plugin/loop"
_ "github.com/coredns/coredns/plugin/metadata"
_ "github.com/coredns/coredns/plugin/metrics"
+ _ "github.com/coredns/coredns/plugin/minimal"
_ "github.com/coredns/coredns/plugin/nsid"
_ "github.com/coredns/coredns/plugin/pprof"
_ "github.com/coredns/coredns/plugin/ready"