Merge tag 'upstream/3.0.717'
[darkstat-debian] / debian / init.cfg
1 # Turn this to yes when you have configured the options below.
2 START_DARKSTAT=no
3
4 # Don't forget to read the man page.
5
6 # You must set this option, else darkstat may not listen to
7 # the interface you want
8 INTERFACE="-i eth0"
9
10 #DIR="/var/lib/darkstat"
11 #PORT="-p 666"
12 #BINDIP="-b 127.0.0.1"
13 #LOCAL="-l 192.168.0.0/255.255.255.0"
14
15 # File will be relative to $DIR:
16 #DAYLOG="--daylog darkstat.log"
17
18 # Don't reverse resolve IPs to host names
19 #DNS="--no-dns"
20
21 #FILTER="not (src net 192.168.0 and dst net 192.168.0)"
22
23 # Additional command line Arguments:
24 # OPTIONS="--syslog --no-macs"