feat: 添加网络接口包含和排除选项

This commit is contained in:
Akizon77
2025-07-03 14:01:57 +08:00
parent ba8fc8c6d7
commit b18f79bf4e
3 changed files with 50 additions and 11 deletions

View File

@@ -11,4 +11,6 @@ var (
MaxRetries int
ReconnectInterval int
InfoReportInterval int
IncludeNics string
ExcludeNics string
)