summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local-config/files/template-ar-hostdeny.xml.in
blob: 59b348853e91986e7d62c2fdca2a0808a50fdd3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<template_config>

  <active-response>
    <!-- Deny the IP in "/etc/hosts.allow" or "/etc/hosts.deny". -->
    <command>host-deny</command>
    <location>local</location>
    <level>6</level>
    <timeout>600</timeout>
  </active-response>

</template_config>