Skip to content

Instantly share code, notes, and snippets.

@isMTv
Last active August 17, 2022 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isMTv/22c4972ae90d9507e01b5ff17c899fef to your computer and use it in GitHub Desktop.
Save isMTv/22c4972ae90d9507e01b5ff17c899fef to your computer and use it in GitHub Desktop.
/etc/default/suricata
# 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=af-packet
# Interface to listen on (for pcap mode)
IFACE=tzsp0
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment