mirror of
https://github.com/coredns/coredns.git
synced 2026-04-09 13:35:33 -04:00
core: Propagate TSIG secrets to DoT server (#7928)
This commit is contained in:
@@ -54,6 +54,7 @@ func (s *ServerTLS) Serve(l net.Listener) error {
|
||||
// Only fill out the TCP server for this one.
|
||||
s.server[tcp] = &dns.Server{Listener: l,
|
||||
Net: "tcp-tls",
|
||||
TsigSecret: s.tsigSecret,
|
||||
MaxTCPQueries: tlsMaxQueries,
|
||||
ReadTimeout: s.ReadTimeout,
|
||||
WriteTimeout: s.WriteTimeout,
|
||||
|
||||
Reference in New Issue
Block a user