mirror of
https://github.com/fankes/komari-agent.git
synced 2025-10-19 02:59:23 +08:00
17 lines
343 B
Go
17 lines
343 B
Go
package flags
|
|
|
|
var (
|
|
DisableAutoUpdate bool
|
|
DisableWebSsh bool
|
|
MemoryModeAvailable bool
|
|
Token string
|
|
Endpoint string
|
|
Interval float64
|
|
IgnoreUnsafeCert bool
|
|
MaxRetries int
|
|
ReconnectInterval int
|
|
InfoReportInterval int
|
|
IncludeNics string
|
|
ExcludeNics string
|
|
)
|