blob: 0f87687925ce137d0b55837c3041fd320b2ab1ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config bandwidthd
option dev br-lan
option subnets "192.168.1.0/24"
option skip_intervals 0
option graph_cutoff 1024
option promiscuous true
option output_cdf false
option recover_cdf false
option filter ip
option graph true
option meta_refresh 150
option disabled_pgsql_connect_string "user = postgres dbname = bandwidthd host = 192.168.1.1"
option disabled_sensor_id "openwrt.mydomain.domain"
|