diff --git a/config/action.d/dummy.conf b/config/action.d/dummy.conf index 5737c372a..cc729fdd1 100644 --- a/config/action.d/dummy.conf +++ b/config/action.d/dummy.conf @@ -7,26 +7,26 @@ [Definition] -# Option: fwstart +# Option: actionstart # Notes.: command executed once at the start of Fail2Ban. # Values: CMD # actionstart = touch /tmp/fail2ban.dummy echo "" >> /tmp/fail2ban.dummy -# Option: fwend +# Option: actionend # Notes.: command executed once at the end of Fail2Ban # Values: CMD # actionstop = rm -f /tmp/fail2ban.dummy -# 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 @@ -36,7 +36,7 @@ actioncheck = # actionban = echo "+" >> /tmp/fail2ban.dummy -# 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 diff --git a/config/action.d/hostsdeny.conf b/config/action.d/hostsdeny.conf index 7f63ff9b1..784fddc50 100644 --- a/config/action.d/hostsdeny.conf +++ b/config/action.d/hostsdeny.conf @@ -7,25 +7,25 @@ [Definition] -# Option: fwstart +# Option: actionstart # Notes.: command executed once at the start of Fail2Ban. # Values: CMD # actionstart = touch -# Option: fwend +# Option: actionend # Notes.: command executed once at the end of Fail2Ban # Values: CMD # actionstop = rm -f -# 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 @@ -36,7 +36,7 @@ actioncheck = actionban = IP= && echo "ALL: $IP" >> -# 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 diff --git a/config/action.d/ipfw.conf b/config/action.d/ipfw.conf index 1828eef9f..5ae00cae3 100644 --- a/config/action.d/ipfw.conf +++ b/config/action.d/ipfw.conf @@ -8,28 +8,28 @@ [Definition] -# Option: fwstart +# Option: actionstart # Notes.: command executed once at the start of Fail2Ban. # Values: CMD # actionstart = -# Option: fwend +# Option: actionend # Notes.: command executed once at the end of Fail2Ban # Values: CMD # actionstop = -# 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 @@ -37,10 +37,10 @@ actioncheck = #