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 6e4724cef..ee9a96fac 100644 --- a/core/zplugin.go +++ b/core/zplugin.go @@ -29,6 +29,7 @@ import ( _ "github.com/coredns/coredns/plugin/reverse" _ "github.com/coredns/coredns/plugin/rewrite" _ "github.com/coredns/coredns/plugin/root" + _ "github.com/coredns/coredns/plugin/route53" _ "github.com/coredns/coredns/plugin/secondary" _ "github.com/coredns/coredns/plugin/template" _ "github.com/coredns/coredns/plugin/tls" |