mirror of https://github.com/fail2ban/fail2ban
Merge pull request #456 from grooverdan/apffix
BF: add init section with name for action.d/apf. Closes #398pull/461/head
commit
f80fa7d7a0
|
@ -41,3 +41,10 @@ actionban = apf --deny <ip> "banned by Fail2Ban <name>"
|
|||
# Values: CMD
|
||||
#
|
||||
actionunban = apf --remove <ip>
|
||||
|
||||
[Init]
|
||||
|
||||
# Name used in APF configuration
|
||||
#
|
||||
name = default
|
||||
|
||||
|
|
Loading…
Reference in New Issue