diff options
author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2018-10-13 20:51:51 +0200 |
---|---|---|
committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2018-10-13 20:51:51 +0200 |
commit | 495280d9dc4ff5efd555f50e65a120df1b780003 (patch) | |
tree | 803a4c755cb0664126be9ef065d4e8c923365b7e /security/ossec-hids-local-config/files/template-sample-local.xml.in | |
download | ossec-495280d9dc4ff5efd555f50e65a120df1b780003.tar.xz |
Initial commit for version 3.0.03.0.0
Diffstat (limited to 'security/ossec-hids-local-config/files/template-sample-local.xml.in')
-rw-r--r-- | security/ossec-hids-local-config/files/template-sample-local.xml.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/ossec-hids-local-config/files/template-sample-local.xml.in b/security/ossec-hids-local-config/files/template-sample-local.xml.in new file mode 100644 index 0000000..bf1ec5c --- /dev/null +++ b/security/ossec-hids-local-config/files/template-sample-local.xml.in @@ -0,0 +1,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> |