]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 28 Nov 2023 22:33:33 +0000 (23:33 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 28 Nov 2023 22:33:33 +0000 (23:33 +0100)
- 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

index 19e2987c6877487d3d66a2d6ccdcca6ae519e0b3..ef896940afee8cc48fc381353b1694494d432216 100644 (file)
@@ -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",
 }