mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-16 20:50:33 +00: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.
@@ -60,7 +60,7 @@ mkdir -p /volumeX/docker/fail2ban/filter.d/
|
|||||||
|
|
||||||
2. Replace `REJECT` by `DROP` blocktype
|
2. Replace `REJECT` by `DROP` blocktype
|
||||||
```INI
|
```INI
|
||||||
# /volumeX/docker/fail2ban/action.d/iptables-common.local
|
# /volumeX/docker/fail2ban/action.d/iptables.local
|
||||||
|
|
||||||
[Init]
|
[Init]
|
||||||
blocktype = DROP
|
blocktype = DROP
|
||||||
|
|||||||
Reference in New Issue
Block a user