Recidivist jail: updated to use iptables directly to avoid conflicts

This commit is contained in:
Asif Bacchus 2018-09-30 18:46:44 -06:00
parent 8f07b5810a
commit 2663924c34
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ findtime = 86400
# Levy a long 'bantime' on the multiple offender system (Suggest: min 3 days)
bantime = 259200
# Use iptables directly instead of UFW so bans do not conflict
banaction = iptables-allports
# Use the 'recidive' built-in filter
filter = recidive[_jailname="recidivist"]