mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Add Google Cloud DNS plugin (#3011)
Signed-off-by: Palash Nigam <npalash25@gmail.com> Closes: #2822
This commit is contained in:
@@ -37,6 +37,7 @@ var Directives = []string{
|
||||
"hosts",
|
||||
"route53",
|
||||
"azure",
|
||||
"clouddns",
|
||||
"federation",
|
||||
"k8s_external",
|
||||
"kubernetes",
|
||||
|
||||
@@ -13,6 +13,7 @@ import (
|
||||
_ "github.com/coredns/coredns/plugin/cache"
|
||||
_ "github.com/coredns/coredns/plugin/cancel"
|
||||
_ "github.com/coredns/coredns/plugin/chaos"
|
||||
_ "github.com/coredns/coredns/plugin/clouddns"
|
||||
_ "github.com/coredns/coredns/plugin/debug"
|
||||
_ "github.com/coredns/coredns/plugin/dnssec"
|
||||
_ "github.com/coredns/coredns/plugin/dnstap"
|
||||
|
||||
Reference in New Issue
Block a user