mirror of
https://github.com/coredns/coredns.git
synced 2025-11-15 00:12:16 -05:00
Add route53 plugin (#1390)
* Update vendor Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add route53 plugin This fix adds route53 plugin so that it is possible to query route53 record through CoreDNS. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -31,6 +31,7 @@ var Directives = []string{
|
||||
"reverse",
|
||||
"template",
|
||||
"hosts",
|
||||
"route53",
|
||||
"federation",
|
||||
"kubernetes",
|
||||
"file",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user