packages/net/darkstat/files/darkstat.config
Jean-Michel Lacroix dd8f7348be darkstat: procd init script and enabling additional parameters
This is to change the init script to a procd init script
This also enable some additional parameters in the binary that
were present but not enabled:
The export file (option export_file)
The import file (option import_file)
The daylog (option daylog_file)
These are disabled by default.  Also, the option to run as a daemon
is removed, as not compatible with procd.

There is no change in the binary.

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2018-11-16 20:40:00 -05:00

21 lines
764 B
Text

config darkstat
option interface 'lan'
option syslog false
option verbose false
option no_promisc false
option no_dns false
option no_macs false
option no_lastseen false
option httpaddr '0.0.0.0'
# option httpport '667'
# option network_filter 'not (src net 192.168.1 and dst net 192.168.1)'
# option network_netmask '192.168.1.0/255.255.255.0'
option local_only false
# option hosts_max '1000'
# option hosts_keep '500'
# option ports_max '60'
# option ports_keep '30'
# option highest_port '65534'
# option export_file 'darkstat_export.log'
# option import_file 'darkstat_export.log'
# option daylog_file 'darkstat_daylog.log'