mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: do not wrap iptables into itself. Thanks Lee
This commit is contained in:
parent
749d3c160c
commit
3c0d7f5a4c
1 changed files with 1 additions and 1 deletions
|
|
@ -61,4 +61,4 @@ lockingopt = -w
|
|||
# Option: iptables
|
||||
# Notes.: Actual command to be executed, including common to all calls options
|
||||
# Values: STRING
|
||||
iptables = <iptables> <lockingopt>
|
||||
iptables = iptables <lockingopt>
|
||||
|
|
|
|||
Loading…
Reference in a new issue