mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Set default network interfaces to empty
This commit is contained in:
parent
94b120d8fd
commit
b4393028ba
@ -107,7 +107,7 @@ class StatsConfig(FrigateBaseModel):
|
|||||||
|
|
||||||
class TelemetryConfig(FrigateBaseModel):
|
class TelemetryConfig(FrigateBaseModel):
|
||||||
network_interfaces: List[str] = Field(
|
network_interfaces: List[str] = Field(
|
||||||
default=["eth", "enp", "eno", "ens", "wl", "lo"],
|
default=[],
|
||||||
title="Enabled network interfaces for bandwidth calculation.",
|
title="Enabled network interfaces for bandwidth calculation.",
|
||||||
)
|
)
|
||||||
stats: StatsConfig = Field(
|
stats: StatsConfig = Field(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user