Drop intended verification changes

As discussed internally there are some edge cases where this
would require unreasonable changes on the server owner's part
This commit is contained in:
sfan5
2025-02-12 17:23:11 +01:00
parent cd0f2a56d0
commit f71be0af67

View File

@@ -454,13 +454,8 @@ def asyncFinishThread(server):
if isDomain(server["address"]):
err += " (valid: %s)" % " ".join(addresses)
app.logger.warning(err)
if isDomain(server["address"]):
# handle as warning
err += "\nThis will become a strict requirement in Nov 2024. You may have to set bind_address."
errorTracker.put(getErrorPK(server), (True, err))
else:
errorTracker.put(getErrorPK(server), (False, err))
return
# handle as warning
errorTracker.put(getErrorPK(server), (True, err))
geo = geoip_lookup_continent(info[-1][4][0])
if geo: