mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: added jail.conf example. closes gh-340
This commit is contained in:
parent
5741348f45
commit
808aa1a792
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue