From 03f34913cb74f05e6470dd576bf8fee8625a6328 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 22 Nov 2023 23:04:25 +0100 Subject: [PATCH] Continued: - added dynamic IP address and hostname provider to blacklist --- fba/helpers/blacklist.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.5