Skip to content

Commit 3e4b862

Browse files
authored
Merge pull request #162 from crazy-max/update
Fail2ban 1.1.0
2 parents 2535077 + d9b92b6 commit 3e4b862

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG FAIL2BAN_VERSION=1.0.2
3+
ARG FAIL2BAN_VERSION=1.1.0
44
ARG ALPINE_VERSION=3.18
55

66
FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS fail2ban-src

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,7 @@ sender = root@$(hostname -f)
229229
action = %(action_mwl)s
230230
```
231231

232-
> **Warning**
233-
>
232+
> [!WARNING]
234233
> If you want email to be sent after a ban, you have to configure SSMTP env vars
235234
236235
FYI, here is the order *jail* configuration would be loaded:
@@ -250,8 +249,7 @@ Custom jails, actions and filters can be added respectively in `/data/jail.d`,
250249
`/data/action.d` and `/data/filter.d`. If you add an action/filter that already
251250
exists, it will be overriden.
252251

253-
> **Warning**
254-
>
252+
> [!WARNING]
255253
> Container has to be restarted to propagate changes
256254
257255
## Contributing

0 commit comments

Comments
 (0)