Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG FAIL2BAN_VERSION=1.0.2
ARG FAIL2BAN_VERSION=1.1.0
ARG ALPINE_VERSION=3.18

FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS fail2ban-src
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ sender = root@$(hostname -f)
action = %(action_mwl)s
```

> **Warning**
>
> [!WARNING]
> If you want email to be sent after a ban, you have to configure SSMTP env vars

FYI, here is the order *jail* configuration would be loaded:
Expand All @@ -250,8 +249,7 @@ Custom jails, actions and filters can be added respectively in `/data/jail.d`,
`/data/action.d` and `/data/filter.d`. If you add an action/filter that already
exists, it will be overriden.

> **Warning**
>
> [!WARNING]
> Container has to be restarted to propagate changes

## Contributing
Expand Down