mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
add an example jail for apf action and ssh filter
This commit is contained in:
parent
2668adc896
commit
f9f4d2728f
1 changed files with 6 additions and 0 deletions
|
|
@ -421,3 +421,9 @@ enabled = false
|
|||
filter = sshd
|
||||
action = osx-ipfw
|
||||
logpath = /var/log/secure.log
|
||||
|
||||
[ssh-apf]
|
||||
enabled = true
|
||||
filter = sshd
|
||||
action = apf[name=SSH]
|
||||
logpath = /var/log/secure
|
||||
|
|
|
|||
Loading…
Reference in a new issue