mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-22 02:06:39 +00:00
Extend the system informations
This commit is contained in:
@@ -31,6 +31,27 @@ type Info struct {
|
||||
CPUs int
|
||||
WiretrusteeVersion string
|
||||
UIVersion string
|
||||
|
||||
BiosManufacturer string
|
||||
BiosVersion string
|
||||
ChassisType uint
|
||||
ChassisTypeDesc string
|
||||
ConnectionIp string
|
||||
ConnectionMacAddress string
|
||||
CPUSignature string
|
||||
DefaultGatewayIp string
|
||||
ExternalIp string
|
||||
LastReboot string
|
||||
LocalIp string
|
||||
MacAddress string
|
||||
KernelMajorVersion string
|
||||
KernelMinorVersion string
|
||||
OSBuild string
|
||||
OSProductName string
|
||||
ProductTypeDesc string
|
||||
SerialNumber string
|
||||
SystemManufacturer string
|
||||
SystemProductName string
|
||||
}
|
||||
|
||||
// extractUserAgent extracts Netbird's agent (client) name and version from the outgoing context
|
||||
|
||||
Reference in New Issue
Block a user