mirror of https://github.com/fail2ban/fail2ban
add an example jail for apf action and ssh filter
parent
2668adc896
commit
f9f4d2728f
|
@ -421,3 +421,9 @@ enabled = false
|
||||||
filter = sshd
|
filter = sshd
|
||||||
action = osx-ipfw
|
action = osx-ipfw
|
||||||
logpath = /var/log/secure.log
|
logpath = /var/log/secure.log
|
||||||
|
|
||||||
|
[ssh-apf]
|
||||||
|
enabled = true
|
||||||
|
filter = sshd
|
||||||
|
action = apf[name=SSH]
|
||||||
|
logpath = /var/log/secure
|
||||||
|
|
Loading…
Reference in New Issue