mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: reorder osx-ipfw jail defination to near the other ssh examples
This commit is contained in:
parent
c1d1c181ce
commit
5a2623f0df
1 changed files with 8 additions and 6 deletions
|
|
@ -253,6 +253,14 @@ action = pf
|
|||
logpath = /var/log/sshd.log
|
||||
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
|
||||
#
|
||||
|
|
@ -532,9 +540,3 @@ bantime = 604800 ; 1 week
|
|||
findtime = 86400 ; 1 day
|
||||
maxretry = 5
|
||||
|
||||
[osx-ssh-ipfw]
|
||||
|
||||
enabled = false
|
||||
filter = sshd
|
||||
action = osx-ipfw
|
||||
logpath = /var/log/secure.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue