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