]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 25 Feb 2024 02:43:29 +0000 (03:43 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 25 Feb 2024 02:43:29 +0000 (03:43 +0100)
- 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

index df546f08ca31a3418474479ca970f03ed69d0c68..1bf321fe6a56b5419bbd906142e640ca64529d40 100644 (file)
@@ -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",
     }
 )