Stop mentioning "SERVFAIL" in info messages

This commit is contained in:
Frank Denis 2022-06-19 20:38:49 +02:00
parent 7177a0ec74
commit 8c43118b03
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ func (proxy *Proxy) processIncomingQuery(
if pluginsState.dnssec {
dlog.Debug("A response had an invalid DNSSEC signature")
} else {
dlog.Infof("Server [%v] returned temporary error code SERVFAIL -- Invalid DNSSEC signature received or server may be experiencing connectivity issues", serverInfo.Name)
dlog.Infof("A response with status code 2 was received - this is usually a temporary, remote issue with the configuration of the domain name")
serverInfo.noticeFailure(proxy)
}
} else {