]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 28 Nov 2023 07:37:28 +0000 (08:37 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 28 Nov 2023 07:50:30 +0000 (08:50 +0100)
- blocked more parked domains

fba/helpers/blacklist.py

index 9276d4aba59d9d4cdb341d5844b2a81bb3d59903..19e2987c6877487d3d66a2d6ccdcca6ae519e0b3 100644 (file)
@@ -57,6 +57,10 @@ _blacklist = {
     "eliotberriot.com"    : "Parked domain, no fediverse instance",
     "fsam.one"            : "Parked domain, no fediverse instance",
     "doot.tv"             : "Parked domain, no fediverse instance",
+    "snet.blog"           : "Parked domain, no fediverse instance",
+    "horserock.xyz"       : "Parked domain, no fediverse instance",
+    "free-pic.org"        : "Parked domain, no fediverse instance",
+    "co-mastdn.ga"        : "Parked domain, no fediverse instance",
     "qwest.net"           : "Dynamic IP address hosts should not be used for fediverse instances",
 }