Imported Debian patch 3.0.715-1
[darkstat-debian] / debian / init.cfg
diff --git a/debian/init.cfg b/debian/init.cfg
new file mode 100644 (file)
index 0000000..a5503b5
--- /dev/null
@@ -0,0 +1,24 @@
+# Turn this to yes when you have configured the options below.
+START_DARKSTAT=no
+
+# Don't forget to read the man page.
+
+# You must set this option, else darkstat may not listen to
+# the interface you want
+INTERFACE="-i eth0"
+
+#DIR="/var/lib/darkstat"
+#PORT="-p 666"
+#BINDIP="-b 127.0.0.1"
+#LOCAL="-l 192.168.0.0/255.255.255.0"
+
+# File will be relative to $DIR:
+#DAYLOG="--daylog darkstat.log"
+
+# Don't reverse resolve IPs to host names
+#DNS="--no-dns"
+
+#FILTER="not (src net 192.168.0 and dst net 192.168.0)"
+
+# Additional command line Arguments:
+# OPTIONS="--syslog --no-macs"