diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/dnsserver/zdirectives.go | 1 | ||||
-rw-r--r-- | core/plugin/zplugin.go | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/dnsserver/zdirectives.go b/core/dnsserver/zdirectives.go index 280c03144..948deb33a 100644 --- a/core/dnsserver/zdirectives.go +++ b/core/dnsserver/zdirectives.go @@ -34,6 +34,7 @@ var Directives = []string{ "hosts", "route53", "federation", + "k8s_external", "kubernetes", "file", "auto", diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index 397438663..6102d94bd 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -20,6 +20,7 @@ import ( _ "github.com/coredns/coredns/plugin/forward" _ "github.com/coredns/coredns/plugin/health" _ "github.com/coredns/coredns/plugin/hosts" + _ "github.com/coredns/coredns/plugin/k8s_external" _ "github.com/coredns/coredns/plugin/kubernetes" _ "github.com/coredns/coredns/plugin/loadbalance" _ "github.com/coredns/coredns/plugin/log" |