mirror of https://github.com/fail2ban/fail2ban
ENH: added jail.conf example. closes gh-340
parent
5741348f45
commit
808aa1a792
|
@ -416,3 +416,8 @@ filter = perdition
|
|||
action = iptables-multiport[name=perdition,port="110,143,993,995"]
|
||||
logpath = /var/log/maillog
|
||||
|
||||
[osx-ssh-ipfw]
|
||||
enabled = false
|
||||
filter = sshd
|
||||
action = osx-ipfw
|
||||
logpath = /var/log/secure.log
|
||||
|
|
Loading…
Reference in New Issue