ports/security/ossec-hids-local-config/files/template-ar-fwdrop.xml.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

13 lines
392 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<template_config>
<active-response>
<!-- Block the IP on the firewall. -->
<!-- See: http://www.ossec.net/docs/syntax/head_ossec_config.active-response.html#active-response-options -->
<command>firewall-drop</command>
<location>local</location>
<level>6</level>
<timeout>600</timeout>
</active-response>
</template_config>