mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
13 lines
392 B
XML
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>
|