mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
quotes around the comment put in apf's deny_hosts.rules file
This commit is contained in:
parent
e64493c328
commit
dd9ee4c39a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue