brad 8ad9bf4678 Update to darkstat 3.0.718.
- Contains additional time_t related fixes.
- The author removed an assertion in timer_stop() I had run into and even
  though monotonic time is used somehow time went backwards.
- Change the rc.d script to use localhost instead of 127.0.0.1 to have
  darkstat also bind to the v6 address.

ok sthen@
2014-02-07 08:56:53 +00:00
..
2014-02-07 08:56:53 +00:00
2014-02-07 08:56:53 +00:00

$OpenBSD: README,v 1.1 2013/10/14 22:31:58 sthen Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

By default, when started from the rc.d(8) script, darkstat will listen to
traffic on the first egress interface, and only allow TCP connections from
localhost. If using NAT, the internal interface might be a better choice
than the egress; to use alternative settings, override the defaults in
rc.conf.local e.g.:

darkstat_flags="-i em2 -b 127.0.0.1 --syslog"