Add any plugin (#2801)

* Add any plugin

This adds the any plugin, a plain copy of coredns/any documented here
https://coredns.io/explugins/any/ as an external plugin.

Fixes: #2785

Signed-off-by: Miek Gieben <miek@miek.nl>

* Stickler bot nit

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2019-04-28 11:46:45 +01:00
committed by GitHub
parent 4f7fb98284
commit 39bc2af509
8 changed files with 129 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ var Directives = []string{
"errors",
"log",
"dnstap",
"any",
"chaos",
"loadbalance",
"cache",