plugin/tsig: new plugin TSIG (#4957)

* expose tsig secrets via dnsserver.Config
* add tsig plugin

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver 2022-06-27 15:48:34 -04:00 committed by GitHub
parent 64885950cc
commit 68e141eff2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 1112 additions and 3 deletions

View file

@ -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"
)