mirror of https://github.com/fail2ban/fail2ban
BF: do not wrap iptables into itself. Thanks Lee
parent
749d3c160c
commit
3c0d7f5a4c
|
@ -61,4 +61,4 @@ lockingopt = -w
|
||||||
# Option: iptables
|
# Option: iptables
|
||||||
# Notes.: Actual command to be executed, including common to all calls options
|
# Notes.: Actual command to be executed, including common to all calls options
|
||||||
# Values: STRING
|
# Values: STRING
|
||||||
iptables = <iptables> <lockingopt>
|
iptables = iptables <lockingopt>
|
||||||
|
|
Loading…
Reference in New Issue