mirror of https://github.com/fail2ban/fail2ban
ENH: reorder osx-ipfw jail defination to near the other ssh examples
parent
c1d1c181ce
commit
5a2623f0df
|
@ -253,6 +253,14 @@ action = pf
|
||||||
logpath = /var/log/sshd.log
|
logpath = /var/log/sshd.log
|
||||||
maxretry= 5
|
maxretry= 5
|
||||||
|
|
||||||
|
# ipfw for osx (less capabilities that BSD)
|
||||||
|
[osx-ssh-ipfw]
|
||||||
|
|
||||||
|
enabled = false
|
||||||
|
filter = sshd
|
||||||
|
action = osx-ipfw
|
||||||
|
logpath = /var/log/secure.log
|
||||||
|
|
||||||
#
|
#
|
||||||
# HTTP servers
|
# HTTP servers
|
||||||
#
|
#
|
||||||
|
@ -532,9 +540,3 @@ bantime = 604800 ; 1 week
|
||||||
findtime = 86400 ; 1 day
|
findtime = 86400 ; 1 day
|
||||||
maxretry = 5
|
maxretry = 5
|
||||||
|
|
||||||
[osx-ssh-ipfw]
|
|
||||||
|
|
||||||
enabled = false
|
|
||||||
filter = sshd
|
|
||||||
action = osx-ipfw
|
|
||||||
logpath = /var/log/secure.log
|
|
||||||
|
|
Loading…
Reference in New Issue