X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README.md;h=f0fb65c5d8d12fb957e41d1a6cb9da8493eceef9;hb=92a6263c5be5992e094bcab62821a1eb437a5767;hp=694c8aa673e22bae943b9a5a3c9fb693ae4de562;hpb=2b4df27191ca7d6ae96f6bd161d89aeb58b13f72;p=fba.git diff --git a/README.md b/README.md index 694c8aa..f0fb65c 100644 --- 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