| Line 54... |
Line 54... |
| 54 |
# Notes.: Option was introduced to iptables to prevent multiple instances from
|
54 |
# Notes.: Option was introduced to iptables to prevent multiple instances from
|
| 55 |
# running concurrently and causing irratic behavior. -w was introduced
|
55 |
# running concurrently and causing irratic behavior. -w was introduced
|
| 56 |
# in iptables 1.4.20, so might be absent on older systems
|
56 |
# in iptables 1.4.20, so might be absent on older systems
|
| 57 |
# See https://github.com/fail2ban/fail2ban/issues/1122
|
57 |
# See https://github.com/fail2ban/fail2ban/issues/1122
|
| 58 |
# Values: STRING
|
58 |
# Values: STRING
|
| 59 |
lockingopt = -w
|
59 |
lockingopt =
|
| 60 |
|
60 |
|
| 61 |
# Option: iptables
|
61 |
# Option: iptables
|
| 62 |
# Notes.: Actual command to be executed, including common to all calls options
|
62 |
# Notes.: Actual command to be executed, including common to all calls options
|
| 63 |
# Values: STRING
|
63 |
# Values: STRING
|
| 64 |
iptables = iptables <lockingopt>
|
64 |
iptables = iptables <lockingopt>
|