diff options
Diffstat (limited to 'security/ossec-hids-local-config/files/template-sample-server.xml.in')
-rw-r--r-- | security/ossec-hids-local-config/files/template-sample-server.xml.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/security/ossec-hids-local-config/files/template-sample-server.xml.in b/security/ossec-hids-local-config/files/template-sample-server.xml.in new file mode 100644 index 0000000..d4efd19 --- /dev/null +++ b/security/ossec-hids-local-config/files/template-sample-server.xml.in @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<template_config> + + <remote> + <connection>secure</connection> + <!-- Because of a bug, setting the address is mandatory for IPv4. --> + <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> |