diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/dnsserver/zdirectives.go | 1 | ||||
-rw-r--r-- | core/zplugin.go | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/dnsserver/zdirectives.go b/core/dnsserver/zdirectives.go index d8d068efa..3b44e474a 100644 --- a/core/dnsserver/zdirectives.go +++ b/core/dnsserver/zdirectives.go @@ -31,6 +31,7 @@ var Directives = []string{ "reverse", "template", "hosts", + "route53", "federation", "kubernetes", "file", 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" |