mirror of https://github.com/fail2ban/fail2ban
quotes around the comment put in apf's deny_hosts.rules file
parent
e64493c328
commit
dd9ee4c39a
|
@ -30,7 +30,7 @@ actioncheck =
|
|||
# <time> unix timestamp of the ban time
|
||||
# Values: CMD
|
||||
#
|
||||
actionban = apf --deny <ip> banned by Fail2Ban
|
||||
actionban = apf --deny <ip> "banned by Fail2Ban"
|
||||
|
||||
# Option: actionunban
|
||||
# Notes.: command executed when unbanning an IP. Take care that the
|
||||
|
|
Loading…
Reference in New Issue