feat: #5 支持指定挂载路径

This commit is contained in:
Akizon77
2025-07-20 07:58:13 +00:00
parent 4704d0daa8
commit a984adc56d
3 changed files with 29 additions and 9 deletions

View File

@@ -13,5 +13,6 @@ var (
InfoReportInterval int
IncludeNics string
ExcludeNics string
IncludeMountpoints string
MonthRotate int
)