blob: ebe5718df735a33e0b87a37cd6989e292805171d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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'
|