0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-09 15:38:58 +02:00

Noticed that which iptables-common.local, fail2ban tried to REJECT instead of DROP. Change is also present in sosandroid's repo, see issue #6.

Lukas Kreft 2023-07-16 20:22:00 +02:00
parent 0c069003cf
commit b263b781bb

@ -60,7 +60,7 @@ mkdir -p /volumeX/docker/fail2ban/filter.d/
2. Replace `REJECT` by `DROP` blocktype
```INI
# /volumeX/docker/fail2ban/action.d/iptables-common.local
# /volumeX/docker/fail2ban/action.d/iptables.local
[Init]
blocktype = DROP