From: Roland Häder Date: Sun, 25 Feb 2024 02:43:29 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4085652a1bef6814f1a06d1b8ed78aa0df8ff813;p=fba.git Continued: - added another gardenfence blocklist for bootstrapping FBA - just run ./fba.py fetch_txt and you can build up an initial list of peers --- 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", } )