diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:39:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:39:52 +0000 |
commit | a95cd20bb8e569c5a5f43808555e90ea436b858f (patch) | |
tree | 7fb27265ca110c329d4d42336c979cab09fff04e /debian/suricata.default | |
parent | Adding upstream version 1:7.0.3. (diff) | |
download | suricata-a95cd20bb8e569c5a5f43808555e90ea436b858f.tar.xz suricata-a95cd20bb8e569c5a5f43808555e90ea436b858f.zip |
Adding debian version 1:7.0.3-1.debian/1%7.0.3-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/suricata.default')
-rw-r--r-- | debian/suricata.default | 26 |
1 files changed, 26 insertions, 0 deletions
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 |