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:
@@ -454,13 +454,8 @@ def asyncFinishThread(server):
|
|||||||
if isDomain(server["address"]):
|
if isDomain(server["address"]):
|
||||||
err += " (valid: %s)" % " ".join(addresses)
|
err += " (valid: %s)" % " ".join(addresses)
|
||||||
app.logger.warning(err)
|
app.logger.warning(err)
|
||||||
if isDomain(server["address"]):
|
# handle as warning
|
||||||
# handle as warning
|
errorTracker.put(getErrorPK(server), (True, err))
|
||||||
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
|
|
||||||
|
|
||||||
geo = geoip_lookup_continent(info[-1][4][0])
|
geo = geoip_lookup_continent(info[-1][4][0])
|
||||||
if geo:
|
if geo:
|
||||||
|
|||||||
Reference in New Issue
Block a user