diff --git a/config/action.d/mail-whois-lines.conf b/config/action.d/mail-whois-lines.conf index a26306c9..83ede2a9 100644 --- a/config/action.d/mail-whois-lines.conf +++ b/config/action.d/mail-whois-lines.conf @@ -7,7 +7,7 @@ [Definition] -# Option: fwstart +# Option: actionstart # Notes.: command executed once at the start of Fail2Ban. # Values: CMD # @@ -16,7 +16,7 @@ actionstart = echo -en "Hi,\n Regards,\n Fail2Ban"|mail -s "[Fail2Ban] : started" -# Option: fwend +# Option: actionstop # Notes.: command executed once at the end of Fail2Ban # Values: CMD # @@ -25,13 +25,13 @@ actionstop = echo -en "Hi,\n Regards,\n Fail2Ban"|mail -s "[Fail2Ban] : stopped" -# Option: fwcheck -# Notes.: command executed once before each fwban command +# Option: actioncheck +# Notes.: command executed once before each actionban command # Values: CMD # actioncheck = -# Option: fwban +# Option: actionban # Notes.: command executed when banning an IP. Take care that the # command is executed with Fail2Ban user rights. # Tags: IP address @@ -50,7 +50,7 @@ actionban = echo -en "Hi,\n Regards,\n Fail2Ban"|mail -s "[Fail2Ban] : banned " -# Option: fwunban +# Option: actionunban # Notes.: command executed when unbanning an IP. Take care that the # command is executed with Fail2Ban user rights. # Tags: IP address