diff options
Diffstat (limited to 'core/zplugin.go')
-rw-r--r-- | core/zplugin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/zplugin.go b/core/zplugin.go index 30539b500..6e4724cef 100644 --- a/core/zplugin.go +++ b/core/zplugin.go @@ -30,6 +30,7 @@ import ( _ "github.com/coredns/coredns/plugin/rewrite" _ "github.com/coredns/coredns/plugin/root" _ "github.com/coredns/coredns/plugin/secondary" + _ "github.com/coredns/coredns/plugin/template" _ "github.com/coredns/coredns/plugin/tls" _ "github.com/coredns/coredns/plugin/trace" _ "github.com/coredns/coredns/plugin/whoami" |