Ticket #38961: patch-config-jail.conf.diff

File patch-config-jail.conf.diff, 712 bytes (added by fclaire@…, 11 years ago)
  • config/jail.conf

    old new  
    226226logpath  = /var/log/auth.log
    227227ignoreip = 168.192.0.1
    228228
     229# This jail uses pf, the standard firewall of Mac OS X (>=10.7). It uses
     230# the table called "bruteforce" in the IceFloor firewall main anchor.
     231# To be used with icefloor: http://www.hanynet.com/icefloor/
     232
     233[ssh-pf]
     234
     235enabled  = false
     236filter   = sshd
     237action   = pf-icefloor
     238           sendmail-whois[name="SSH,PF", dest=you@example.com]
     239logpath  = /var/log/system.log
     240
    229241# These jails block attacks against named (bind9). By default, logging is off
    230242# with bind9 installation. You will need something like this:
    231243#