blob: bf1ec5cc37acdaa30c67d8e906b8bf072d3332c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<template_config>
<global>
<!-- Uncomment to enable email notifications. -->
<!--
<email_notification>yes</email_notification>
<email_to>example@example.com</email_to>
<smtp_server>smtp.example.com</smtp_server>
<email_from>ossecm@example.com</email_from>
-->
<!-- List of IP addresses that should never be blocked by the active response (one per element). -->
<white_list>127.0.0.1</white_list>
</global>
</template_config>
|