# darkstat base configuration #The interface darkstat is going to monitor INTERFACE="eth0" # The port for the embedded webserver PORT="667" # The address embedded webserver should bind to ADDRESS="127.0.0.1" # Set the filter. See tcpdump documenation for details. #FILTER="" # Log daily traffic statistics into the named file, relative to the # chroot directory (see, below). DAYLOG="darkstat.log" # Other options: #DARKSTAT_OPTS="--no-promisc --no-dns --user darkstat" DARKSTAT_OPTS="--no-dns --user darkstat" # The directory to which the program chroots after initialization. # If you change this, please note the variable below and adjust # the permissions accordingly. Note that if you want to use the # --daylog option in EXTRAOPTS, the files are logged relative # to the chroot-directory; see the man-page for details. CHROOT=/var/lib/darkstat