Recidivist jail: updated to use iptables directly to avoid conflicts
This commit is contained in:
parent
8f07b5810a
commit
2663924c34
@ -18,6 +18,9 @@ findtime = 86400
|
|||||||
# Levy a long 'bantime' on the multiple offender system (Suggest: min 3 days)
|
# Levy a long 'bantime' on the multiple offender system (Suggest: min 3 days)
|
||||||
bantime = 259200
|
bantime = 259200
|
||||||
|
|
||||||
|
# Use iptables directly instead of UFW so bans do not conflict
|
||||||
|
banaction = iptables-allports
|
||||||
|
|
||||||
# Use the 'recidive' built-in filter
|
# Use the 'recidive' built-in filter
|
||||||
filter = recidive[_jailname="recidivist"]
|
filter = recidive[_jailname="recidivist"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user