mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
commit
3aa72ee534
@ -53,6 +53,15 @@ uisp_reporting_interval_seconds = 300
|
||||
ignore_subnets = []
|
||||
allow_subnets = [ "172.16.0.0/12", "10.0.0.0/8", "100.64.0.0/16", "192.168.0.0/16" ]
|
||||
|
||||
[flows]
|
||||
# You need to change the netflow_port, netflow_ip to your receiver (and uncomment them), and netflow_version must be either 5 (IPv4 only, faster) or 9 (IPv6 and 4, much larger packets)
|
||||
flow_timeout_seconds = 30
|
||||
netflow_enabled = false
|
||||
# netflow_port = 2055
|
||||
# netflow_ip = "127.0.0.1"
|
||||
# netflow_version = 9
|
||||
do_not_track_subnets = [ "192.168.66.0/24" ]
|
||||
|
||||
[integration_common]
|
||||
circuit_name_as_address = false
|
||||
always_overwrite_network_json = false
|
||||
@ -99,4 +108,4 @@ enable_influxdb = false
|
||||
url = "http://localhost:8086"
|
||||
org = "libreqos"
|
||||
bucket = "Your ISP Name Here"
|
||||
token = ""
|
||||
token = ""
|
||||
|
Loading…
Reference in New Issue
Block a user