]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 22 Nov 2023 22:04:25 +0000 (23:04 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 22 Nov 2023 22:04:25 +0000 (23:04 +0100)
- added dynamic IP address and hostname provider to blacklist

fba/helpers/blacklist.py

index 4b9fee97aed805188ccbab98015ed5c317ce8dc6..0eede72cfaa7f381518c71e7678ef0137ed5a4da 100644 (file)
@@ -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: