From 07392ce7af1fbd88cff736cd05ed6881dd91011c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 13 Feb 2024 19:31:31 +0100 Subject: [PATCH] Continued: - added some more plain-text block lists (thanks to @Kromonos) --- fba/helpers/blocklists.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fba/helpers/blocklists.py b/fba/helpers/blocklists.py index 0538cff..df546f0 100644 --- a/fba/helpers/blocklists.py +++ b/fba/helpers/blocklists.py @@ -87,6 +87,12 @@ txt_files = ( },{ "blocker": "seirdy.one", "url" : "https://seirdy.one/pb/spammy-subdomains.txt", + },{ + "blocker": "karhan.guru", + "url" : "https://raw.githubusercontent.com/greyhat-academy/lists.d/main/activitypub.bots.block.list.tsv", + },{ + "blocker": "karhan.guru", + "url" : "https://raw.githubusercontent.com/greyhat-academy/lists.d/main/activitypub.domains.block.list.tsv", } ) -- 2.39.5