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
|
# <time> unix timestamp of the ban time
|
||||||
# Values: CMD
|
# Values: CMD
|
||||||
#
|
#
|
||||||
actionban = apf --deny <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
|
||||||
|
|
Loading…
Reference in New Issue