ports/security/ossec-hids-local-config/files/template-sample-server.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

23 lines
674 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<template_config>
<remote>
<connection>secure</connection>
<!-- OSSEC server listens on all interfacees by default. -->
<!-- <local_ip>1.2.3.4</local_ip> -->
</remote>
<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>