summaryrefslogtreecommitdiff
path: root/net-analyzer/darkstat/files/darkstat-confd
blob: 89e349e68868ecec4f50c96f2fd0f16b4d0bd835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# The interface to listen on
# Use only with /etc/init.d/darkstat init script. If you use
# /etc/init.d/darkstat.if init script, then this option should be ignored.
#INTERFACE="eth0"

# The port for the embedded webserver
#PORT="667"

# The address the embedded webserver should bind to
#ADDRESS="0.0.0.0"

# Set the filter. See tcpdump documentation for details.
#FILTER=""

# Log  daily traffic statistics into the named file, relative to the
# chroot directory (see, below).
#DAYLOGFILE="darkstat.log"

# Other options:
DARKSTAT_OPTS="--no-promisc --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=__CHROOT__