summaryrefslogtreecommitdiffstats
path: root/debian/suricata.default
diff options
context:
space:
mode:
Diffstat (limited to 'debian/suricata.default')
-rw-r--r--debian/suricata.default26
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