Skip to content

Commit 8c43118

Browse files
committed
Stop mentioning "SERVFAIL" in info messages
1 parent 7177a0e commit 8c43118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dnscrypt-proxy/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ func (proxy *Proxy) processIncomingQuery(
813813
if pluginsState.dnssec {
814814
dlog.Debug("A response had an invalid DNSSEC signature")
815815
} else {
816-
dlog.Infof("Server [%v] returned temporary error code SERVFAIL -- Invalid DNSSEC signature received or server may be experiencing connectivity issues", serverInfo.Name)
816+
dlog.Infof("A response with status code 2 was received - this is usually a temporary, remote issue with the configuration of the domain name")
817817
serverInfo.noticeFailure(proxy)
818818
}
819819
} else {

0 commit comments

Comments
 (0)