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] [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