]> git.mxchange.org Git - fba.git/blobdiff - README.md
Continued:
[fba.git] / README.md
index 694c8aa673e22bae943b9a5a3c9fb693ae4de562..f0fb65c5d8d12fb957e41d1a6cb9da8493eceef9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,8 +21,7 @@ sudo -Hu fba ./fba.py fetch_instances --domain=mastodon.social # try a bunch of
 ```
 
 ### Alter configuration file
-You maybe wish to change the configuration file, e.g. log_level is set to "info" which is the
-default but invates privacy of your users, but your choice:
+You maybe wish to change the configuration file, e.g. log_level is set to "info" which is the default but invates privacy of your users, but your choice:
 
 ```
     "critical"
@@ -33,6 +32,15 @@ default but invates privacy of your users, but your choice:
     "trace"
 ```
 
+### Fetch blocklists locally (WIP)
+To save yourself bandwidth and codeberg, too, you want to clone the blocklists from some folks:
+
+```
+sudo -Hu fba git clone https://codeberg.org/oliphant/blocklists.git blocklists/oliphant/
+```
+
+WIP notice: This feature is not implemented yet.
+
 ### Install the services
 
 ```bash
@@ -48,7 +56,7 @@ systemctl enable --now fedi_block_api
 
 ## Try it out
 
-https://fba.ryona.agency/
+https://fba.ryona.agency/ uses an older code than this one. So it doesn't reflect this code here. My FBA sub-domain is currently password-protected as I still need to fix some performance issues with large blocking lists.
 
 ## License