mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
bandwidthd: update to 2.0.1-34, sqlite support and SMTP tracking
Addition of sqlite storage Tracking of SMTP traffic instead of P2P traffic Based on NethServer bandwidthd implementation Signed-off-by: Jean-Michel lacroix <lacroix@lepine-lacroix.info>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
config bandwidthd
|
||||
option dev br-lan
|
||||
option dev br-lan
|
||||
option subnets "192.168.1.0/24"
|
||||
option skip_intervals 0
|
||||
option graph_cutoff 1024
|
||||
@@ -9,5 +9,5 @@ config bandwidthd
|
||||
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"
|
||||
option pgsql_connect_string "user = postgres dbname = bandwidthd host = 192.168.1.1"
|
||||
option sensor_id "openwrt"
|
||||
|
||||
Reference in New Issue
Block a user