mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
plugin/template: README tweaks (#1361)
* plugin/template: README tweaks * Go gen it
This commit is contained in:
@@ -29,6 +29,7 @@ var Directives = []string{
|
||||
"dnssec",
|
||||
"autopath",
|
||||
"reverse",
|
||||
"template",
|
||||
"hosts",
|
||||
"federation",
|
||||
"kubernetes",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user