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:
parent
4f7fb98284
commit
39bc2af509
8 changed files with 129 additions and 0 deletions
|
@ -4,6 +4,7 @@ package plugin
|
|||
|
||||
import (
|
||||
// Include all plugins.
|
||||
_ "github.com/coredns/coredns/plugin/any"
|
||||
_ "github.com/coredns/coredns/plugin/auto"
|
||||
_ "github.com/coredns/coredns/plugin/autopath"
|
||||
_ "github.com/coredns/coredns/plugin/bind"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue