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 b48154448..6dfb99226 100644 --- a/core/dnsserver/zdirectives.go +++ b/core/dnsserver/zdirectives.go @@ -51,4 +51,5 @@ var Directives = []string{ "erratic", "whoami", "on", + "sign", } diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index e761f8586..d522ed294 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -40,6 +40,7 @@ import ( _ "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" |