Noticed that which iptables-common.local, fail2ban tried to REJECT instead of DROP. Change is also present in sosandroid's repo, see issue #6.
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
|
||||
|
|
Loading…
Reference in New Issue