Skip to content

Commit

Permalink
Merge pull request #162 from crazy-max/update
Browse files Browse the repository at this point in the history
Fail2ban 1.1.0
  • Loading branch information
crazy-max committed May 1, 2024
2 parents 2535077 + d9b92b6 commit 3e4b862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
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

0 comments on commit 3e4b862

Please sign in to comment.