diff options
author | 2020-11-05 15:02:07 +0100 | |
---|---|---|
committer | 2020-11-05 15:02:07 +0100 | |
commit | 7bbcf6920fcb1b9edd385465c5e0fc68c976ea9b (patch) | |
tree | 11811ef25dda6431bf5ec607c7c66af3db060652 /core/plugin/zplugin.go | |
parent | b091eff139c3b53940b47b4dc51ddd7fc53357a5 (diff) | |
download | coredns-7bbcf6920fcb1b9edd385465c5e0fc68c976ea9b.tar.gz coredns-7bbcf6920fcb1b9edd385465c5e0fc68c976ea9b.tar.zst coredns-7bbcf6920fcb1b9edd385465c5e0fc68c976ea9b.zip |
add local plugin (#4262)
* add local plugin
See: #4260
Signed-off-by: Miek Gieben <miek@miek.nl>
* stickler bot
Signed-off-by: Miek Gieben <miek@miek.nl>
* See Also
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'core/plugin/zplugin.go')
-rw-r--r-- | core/plugin/zplugin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index 102c11e97..afd77eb99 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -31,6 +31,7 @@ import ( _ "github.com/coredns/coredns/plugin/k8s_external" _ "github.com/coredns/coredns/plugin/kubernetes" _ "github.com/coredns/coredns/plugin/loadbalance" + _ "github.com/coredns/coredns/plugin/local" _ "github.com/coredns/coredns/plugin/log" _ "github.com/coredns/coredns/plugin/loop" _ "github.com/coredns/coredns/plugin/metadata" |