From 4085652a1bef6814f1a06d1b8ed78aa0df8ff813 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 25 Feb 2024 03:43:29 +0100 Subject: [PATCH] Continued: - added another gardenfence blocklist for bootstrapping FBA - just run ./fba.py fetch_txt and you can build up an initial list of peers --- fba/helpers/blocklists.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fba/helpers/blocklists.py b/fba/helpers/blocklists.py index df546f0..1bf321f 100644 --- a/fba/helpers/blocklists.py +++ b/fba/helpers/blocklists.py @@ -93,6 +93,9 @@ txt_files = ( },{ "blocker": "karhan.guru", "url" : "https://raw.githubusercontent.com/greyhat-academy/lists.d/main/activitypub.domains.block.list.tsv", + },{ + "blocker": "sunny.garden", + "url" : "https://raw.githubusercontent.com/gardenfence/blocklist/raw/main/gardenfence.txt", } ) -- 2.39.5