dnsbl: normal error handling on resolution error

This commit is contained in:
WeebDataHoarder
2025-04-24 00:02:06 +02:00
parent 74a067ae10
commit 96870cc192

View File

@@ -124,10 +124,6 @@ func FillRegistration(state challenge.StateInterface, reg *challenge.Registratio
data.State.Logger(r).Debug("dnsbl lookup failed", "address", data.RemoteAddress.String(), "result", result, "err", err)
}
if err != nil {
return challenge.VerifyResultFail
}
if result.Bad() {
token, err := reg.IssueChallengeToken(state.PrivateKey(), key, nil, expiry, false)
if err != nil {