mirror of
https://github.com/fankes/komari-agent.git
synced 2025-10-18 10:39:24 +08:00
20 lines
425 B
Go
20 lines
425 B
Go
package flags
|
|
|
|
var (
|
|
AutoDiscoveryKey string
|
|
DisableAutoUpdate bool
|
|
DisableWebSsh bool
|
|
MemoryModeAvailable bool
|
|
Token string
|
|
Endpoint string
|
|
Interval float64
|
|
IgnoreUnsafeCert bool
|
|
MaxRetries int
|
|
ReconnectInterval int
|
|
InfoReportInterval int
|
|
IncludeNics string
|
|
ExcludeNics string
|
|
IncludeMountpoints string
|
|
MonthRotate int
|
|
)
|