plugin/template: README tweaks (#1361)

* plugin/template: README tweaks

* Go gen it
This commit is contained in:
Miek Gieben
2018-01-08 13:13:25 +00:00
committed by GitHub
parent a322d90f6f
commit dd37627e8e
4 changed files with 15 additions and 13 deletions

View File

@@ -29,6 +29,7 @@ var Directives = []string{
"dnssec",
"autopath",
"reverse",
"template",
"hosts",
"federation",
"kubernetes",

View File

@@ -30,6 +30,7 @@ import (
_ "github.com/coredns/coredns/plugin/rewrite"
_ "github.com/coredns/coredns/plugin/root"
_ "github.com/coredns/coredns/plugin/secondary"
_ "github.com/coredns/coredns/plugin/template"
_ "github.com/coredns/coredns/plugin/tls"
_ "github.com/coredns/coredns/plugin/trace"
_ "github.com/coredns/coredns/plugin/whoami"