diff options
Diffstat (limited to 'core/dnsserver/config.go')
-rw-r--r-- | core/dnsserver/config.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/dnsserver/config.go b/core/dnsserver/config.go index 4007d830f..c34398b39 100644 --- a/core/dnsserver/config.go +++ b/core/dnsserver/config.go @@ -43,6 +43,9 @@ type Config struct { // TLSConfig when listening for encrypted connections (gRPC, DNS-over-TLS). TLSConfig *tls.Config + // TSIG secrets, [name]key. + TsigSecret map[string]string + // Plugin stack. Plugin []plugin.Plugin |