X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Ftools.md;h=1c3b8e119c5eceecb56c7ec227989b7fabdc9f93;hb=04caf1777298b9baaf92722b5b1698d342831400;hp=cb6aa1c3aa924ecf384aee6b4c91e2bb533d4103;hpb=ce31ccaade3874233950e283b580007ea314f3aa;p=friendica.git diff --git a/doc/tools.md b/doc/tools.md index cb6aa1c3aa..1c3b8e119c 100644 --- a/doc/tools.md +++ b/doc/tools.md @@ -27,6 +27,7 @@ The console provides the following commands: * typo: Checks for parse errors in Friendica files * postupdate: Execute pending post update scripts (can last days) * storage: Manage storage backend +* relay: Manage ActivityPub relay servers Please consult *bin/console help* on the command line interface of your server for details about the commands. @@ -56,7 +57,7 @@ In */etc/fail2ban/jail.local* create a section for Friendica: And create a filter definition in */etc/fail2ban/filter.d/friendica.conf*: [Definition] - failregex = ^.*Login\.php.*failed login attempt.*from IP .*$ + failregex = ^.*authenticate\: failed login attempt.*\"ip\"\:\"\".*$ ignoreregex = Additionally you have to define the number of failed logins before the ban should be activated.