use human readable/longer options when banning and un-banning IPs with apf

pull/365/head
Mark McKinstry 2013-09-25 16:41:02 -04:00
parent c692912a82
commit e64493c328
1 changed files with 2 additions and 2 deletions

View File

@ -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>