- also ngrok-free.app is a testing/development ground, no productive/live
instances will be found there
- please don't abuse their kind services for hosting a live instance!
- didn't log variable "instance", ops
# Flooder (?)
"mastotroll.netz.org",
# Testing/developing installations
- "ngrok.io",
+ "ngrok.io", "ngrok-free.app",
]
# Array with pending errors needed to be written to database
print("WARNING: Empty instance after tidyup(), domain:", domain)
continue
elif not validators.domain(instance.split("/")[0]):
- print(f"WARNING: Bad instance='{domain} from domain='{domain}',origin='{origin}',software='{software}'")
+ print(f"WARNING: Bad instance='{instance}' from domain='{domain}',origin='{origin}',software='{software}'")
continue
elif fba.is_blacklisted(instance):
# NOISY-DEBUG: print("DEBUG: instance is blacklisted:", instance)