diff --git a/src/lqos.example b/src/lqos.example index deb197de..36f40117 100644 --- a/src/lqos.example +++ b/src/lqos.example @@ -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 = "" \ No newline at end of file +token = ""