From acf7a723ce65bfd233ab6baf2aeeaeebd2518d6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 26 Nov 2023 14:30:14 +0100 Subject: [PATCH] Continued: - added 'sutty.nl' for flooding fediverse with useless "instances" - it is a mass website hoster --- fba/helpers/blacklist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 0eede72..a8ff359 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -39,6 +39,7 @@ _blacklist = { "everyoneattack.com" : "Floods federation tables with fake nodes", "vercel.app" : "Floods federation tables with fake nodes", "run.app" : "Floods federation tables with fake nodes", + "sutty.nl" : "Floods federation tables with fake nodes", "denden.world" : "Looks like a valid Mastodon instance, but return exactly (!) 5k instances with trash domains", "fnaf.stream" : "Trolls with over-long sub-domain name(s)", "ngrok.io" : "Testing/developing instances shouldn't be part of public instances", -- 2.39.5