From 97dcb2d6c0cefbb2435fbe6345895e667007a390 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 10 Jan 2025 09:41:22 +0100 Subject: [PATCH] Continued: - blacklisted pinggy.link, this floods instances table. Please register yourself a proper domain and not use "free" hosters' server names as "domain name" --- fba/helpers/blacklist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fba/helpers/blacklist.py b/fba/helpers/blacklist.py index 7608756..42da424 100644 --- a/fba/helpers/blacklist.py +++ b/fba/helpers/blacklist.py @@ -43,6 +43,7 @@ _blacklist = { "run.app" : "Floods federation tables with fake nodes", "sutty.nl" : "Floods federation tables with fake nodes", "mdrqnxtagon.pw" : "Floods federation tables with fake nodes", + "free.pinggy.link" : "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