mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
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:
@@ -26,6 +26,7 @@ var Directives = []string{
|
||||
"errors",
|
||||
"log",
|
||||
"dnstap",
|
||||
"any",
|
||||
"chaos",
|
||||
"loadbalance",
|
||||
"cache",
|
||||
|
||||
Reference in New Issue
Block a user