diff options
author | 2022-06-27 15:48:34 -0400 | |
---|---|---|
committer | 2022-06-27 15:48:34 -0400 | |
commit | 68e141eff28d2b0d6331684ef153d76902b4001c (patch) | |
tree | 32921a733b6851b8cabaef84d34fae27e5bc27e7 /core/plugin/zplugin.go | |
parent | 64885950cc8ab59d26ae1df56e94a9f43e439787 (diff) | |
download | coredns-68e141eff28d2b0d6331684ef153d76902b4001c.tar.gz coredns-68e141eff28d2b0d6331684ef153d76902b4001c.tar.zst coredns-68e141eff28d2b0d6331684ef153d76902b4001c.zip |
plugin/tsig: new plugin TSIG (#4957)
* expose tsig secrets via dnsserver.Config
* add tsig plugin
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
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 a9167eeaf..45bfb5415 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -52,5 +52,6 @@ import ( _ "github.com/coredns/coredns/plugin/tls" _ "github.com/coredns/coredns/plugin/trace" _ "github.com/coredns/coredns/plugin/transfer" + _ "github.com/coredns/coredns/plugin/tsig" _ "github.com/coredns/coredns/plugin/whoami" ) |