From b4cbf82912d0d0c7b3bcb4e6d673779e3dc01b10 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Tue, 15 Oct 2013 08:34:42 +1100 Subject: [PATCH] DOC: remove Default: on action firewall-cmd-direct-new --- config/action.d/firewall-cmd-direct-new.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/action.d/firewall-cmd-direct-new.conf b/config/action.d/firewall-cmd-direct-new.conf index 55681887..ac06aa57 100644 --- a/config/action.d/firewall-cmd-direct-new.conf +++ b/config/action.d/firewall-cmd-direct-new.conf @@ -34,24 +34,25 @@ actionunban = firewall-cmd --direct --remove-rule ipv4 filter fail2ban- 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