ports/security/ossec-hids-local-config/files/message-pf.in
Steve Wills 868061ef79 security/ossec-hids-server: update from 2.8.3 to 3.1.0
PR:		232794
Submitted by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer)
2018-11-09 18:52:21 +00:00

4 lines
203 B
Text

Add the ossec_fwtable to /etc/pf.conf if using "firewall-drop" active response:
table <ossec_fwtable> persist
block in quick from <ossec_fwtable> to any
block out quick from any to <ossec_fwtable>