DOC: remove Default: on action firewall-cmd-direct-new

pull/396/head
Daniel Black 2013-10-15 08:34:42 +11:00
parent 9ca5db7059
commit b4cbf82912
1 changed files with 5 additions and 4 deletions

View File

@ -34,24 +34,25 @@ actionunban = firewall-cmd --direct --remove-rule ipv4 filter fail2ban-<name> 0
[Init]
# Defaut name of the chain
# Default name of the chain
#
name = default
# Option: port
# Notes.: specifies port to monitor
# Values: [ NUM | STRING ] Default:
# Values: [ NUM | STRING ]
#
port = ssh
# Option: protocol
# Notes.: internally used by config reader for interpolations.
# Values: [ tcp | udp | icmp | all ] Default: tcp
# Values: [ tcp | udp | icmp | all ]
#
protocol = tcp
# Option: chain
# Notes specifies the iptables chain to which the fail2ban rules should be
# added
# Values: STRING Default: INPUT
# Values: [ STRING ]
#
chain = INPUT_direct