mirror of https://github.com/fail2ban/fail2ban
use human readable/longer options when banning and un-banning IPs with apf
parent
c692912a82
commit
e64493c328
|
@ -30,7 +30,7 @@ actioncheck =
|
||||||
# <time> unix timestamp of the ban time
|
# <time> unix timestamp of the ban time
|
||||||
# Values: CMD
|
# Values: CMD
|
||||||
#
|
#
|
||||||
actionban = apf -d <ip> banned by Fail2Ban
|
actionban = apf --deny <ip> banned by Fail2Ban
|
||||||
|
|
||||||
# Option: actionunban
|
# Option: actionunban
|
||||||
# Notes.: command executed when unbanning an IP. Take care that the
|
# Notes.: command executed when unbanning an IP. Take care that the
|
||||||
|
@ -40,4 +40,4 @@ actionban = apf -d <ip> banned by Fail2Ban
|
||||||
# <time> unix timestamp of the ban time
|
# <time> unix timestamp of the ban time
|
||||||
# Values: CMD
|
# Values: CMD
|
||||||
#
|
#
|
||||||
actionunban = apf -u <ip>
|
actionunban = apf --remove <ip>
|
||||||
|
|
Loading…
Reference in New Issue