Merge pull request #469 from LibreQoE/netflow-doc

Update lqos.example
This commit is contained in:
Robert Chacón 2024-03-21 07:54:46 -06:00 committed by GitHub
commit 3aa72ee534
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ""