From 1ccb74bb0785d3faaf62327d932663399c68cff8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 28 Nov 2023 23:33:33 +0100 Subject: [PATCH] Continued: - these parked domains are the pest of the Internet :-( They just don't contain any real content and flood crawl indexes and tables such as 'instances' in this software --- fba/helpers/blacklist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 19e2987..ef89694 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -61,6 +61,7 @@ _blacklist = { "horserock.xyz" : "Parked domain, no fediverse instance", "free-pic.org" : "Parked domain, no fediverse instance", "co-mastdn.ga" : "Parked domain, no fediverse instance", + "chocoflan.net" : "Parked domain, no fediverse instance", "qwest.net" : "Dynamic IP address hosts should not be used for fediverse instances", } -- 2.39.5