mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
feat(setup): Add fail2ban
sub-command status <JAIL>
(#3455)
* Added status command to fail2ban setup script * Switched to `printf` for command output Co-authored-by: Casper <casperklein@users.noreply.github.com> * Update docs/content/config/security/fail2ban.md Co-authored-by: Casper <casperklein@users.noreply.github.com> --------- Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
parent
da984e5696
commit
85603193a2
3 changed files with 14 additions and 0 deletions
|
@ -58,6 +58,12 @@ setup fail2ban
|
|||
|
||||
the script will show all banned IP addresses.
|
||||
|
||||
To get a more detailed `status` view, run
|
||||
|
||||
```bash
|
||||
setup fail2ban status
|
||||
```
|
||||
|
||||
### Managing Bans
|
||||
|
||||
You can manage F2B with the `setup` script. The usage looks like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue