From a95cd20bb8e569c5a5f43808555e90ea436b858f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:39:52 +0200 Subject: Adding debian version 1:7.0.3-1. Signed-off-by: Daniel Baumann --- debian/suricata.default | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 debian/suricata.default (limited to 'debian/suricata.default') diff --git a/debian/suricata.default b/debian/suricata.default new file mode 100644 index 0000000..330dc59 --- /dev/null +++ b/debian/suricata.default @@ -0,0 +1,26 @@ +# Default config for Suricata + +# set to yes to start the server in the init.d script +RUN=no + +# Configuration file to load +SURCONF=/etc/suricata/suricata.yaml + +# Listen mode: pcap, nfqueue or af-packet +# depending on this value, only one of the two following options +# will be used (af-packet uses neither). +# Please note that IPS mode is only available when using nfqueue +LISTENMODE=nfqueue + +# Interface to listen on (for pcap mode) +IFACE=eth0 + +# Queue number to listen on (for nfqueue mode) +NFQUEUE=0 + +# Load Google TCMALLOC if libtcmalloc-minimal4 is installed +# This _might_ give you very very small performance gain.... +TCMALLOC="YES" + +# Pid file +PIDFILE=/var/run/suricata.pid -- cgit v1.2.3