diff options
author | 2018-01-08 11:52:25 +0100 | |
---|---|---|
committer | 2018-01-08 10:52:25 +0000 | |
commit | a322d90f6fb27034caa9c8ea8e7d084b07303d7e (patch) | |
tree | bc3215bb107ac726fcaf84b084efea3a75456cc3 /plugin.cfg | |
parent | c59f5f6e86e1d041a9aa7b324b90582b3a4b277a (diff) | |
download | coredns-a322d90f6fb27034caa9c8ea8e7d084b07303d7e.tar.gz coredns-a322d90f6fb27034caa9c8ea8e7d084b07303d7e.tar.zst coredns-a322d90f6fb27034caa9c8ea8e7d084b07303d7e.zip |
plugin/template (#1298)
* Add a template plugin
The template plugin matches the incoming query by class, type and regex
and templates a response with go templates.
* Fix go style errors
* Fix template README example
* Fix corefile example in plugin/template
* Clarify plugin/template/README.md
Add more details and external links where needed.
* Fix code issues in plugin/template
* Add template metrics
* Add section and template to template plugin metrics
* Fix style / remove extra newline on go imports
* Fix typo in plugin/template/README.md
* Update README.md
I've change the format a bit in a PR that I merged yesterday.
* Add authority section to plugin/template
* Fix naming of incoming query name in plugin/template/README.md
* Fix doc syntax in plugin/template/README.md
* Add authority section to plugin/template/README.md config overview
* Add metric labels to plugin/template/README.md metrics section
* Use request.Request to pass state to the template matcher
Diffstat (limited to 'plugin.cfg')
-rw-r--r-- | plugin.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin.cfg b/plugin.cfg index 21881bf5c..77cf6d844 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -38,6 +38,7 @@ loadbalance:loadbalance dnssec:dnssec autopath:autopath reverse:reverse +template:template hosts:hosts federation:federation kubernetes:kubernetes |