mirror of https://github.com/fail2ban/fail2ban
DOC: remove Default: on action firewall-cmd-direct-new
parent
9ca5db7059
commit
b4cbf82912
|
@ -34,24 +34,25 @@ actionunban = firewall-cmd --direct --remove-rule ipv4 filter fail2ban-<name> 0
|
||||||
|
|
||||||
[Init]
|
[Init]
|
||||||
|
|
||||||
# Defaut name of the chain
|
# Default name of the chain
|
||||||
#
|
#
|
||||||
name = default
|
name = default
|
||||||
|
|
||||||
# Option: port
|
# Option: port
|
||||||
# Notes.: specifies port to monitor
|
# Notes.: specifies port to monitor
|
||||||
# Values: [ NUM | STRING ] Default:
|
# Values: [ NUM | STRING ]
|
||||||
#
|
#
|
||||||
port = ssh
|
port = ssh
|
||||||
|
|
||||||
# Option: protocol
|
# Option: protocol
|
||||||
# Notes.: internally used by config reader for interpolations.
|
# Notes.: internally used by config reader for interpolations.
|
||||||
# Values: [ tcp | udp | icmp | all ] Default: tcp
|
# Values: [ tcp | udp | icmp | all ]
|
||||||
#
|
#
|
||||||
protocol = tcp
|
protocol = tcp
|
||||||
|
|
||||||
# Option: chain
|
# Option: chain
|
||||||
# Notes specifies the iptables chain to which the fail2ban rules should be
|
# Notes specifies the iptables chain to which the fail2ban rules should be
|
||||||
# added
|
# added
|
||||||
# Values: STRING Default: INPUT
|
# Values: [ STRING ]
|
||||||
|
#
|
||||||
chain = INPUT_direct
|
chain = INPUT_direct
|
||||||
|
|
Loading…
Reference in New Issue