From: Roland Häder Date: Wed, 22 Nov 2023 22:04:25 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=03f34913cb74f05e6470dd576bf8fee8625a6328;p=fba.git Continued: - added dynamic IP address and hostname provider to blacklist --- diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 4b9fee9..0eede72 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -52,6 +52,7 @@ _blacklist = { "hexbear.net" : "Is a Lemmy instance with malicious JavaScript code (shell commands)", "mastodon.n41.lat" : "Somehow this instance repeatedly causes an OOM here", "icolectiva.org" : "Parked domain, no fediverse instance", + "qwest.net" : "Dynamic IP address hosts should not be used for fediverse instances", } def is_blacklisted(domain: str) -> bool: