You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/hostinfo
Denton Gentry c6ac82e3a6 hostinfo,distro: Identify Western Digital MyCloud devices.
root@WDMyCloud HD_a2 # ./tailscale debug hostinfo
{
  "IPNVersion": "1.25.0-dev20220605-t7fea52e02",
  "OS": "linux",
  "OSVersion": "5.22.113",
  "Desktop": false,
  "DeviceModel": "WD My Cloud Gen2: Marvell Armada 375",
  "Hostname": "WDMyCloud",
  "GoArch": "arm"
}

Updates https://github.com/tailscale/tailscale/issues/4622

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2 years ago
..
hostinfo.go hostinfo, tailcfg: add desktop detection on Linux to hostinfo 2 years ago
hostinfo_darwin.go hostinfo: move packageType out to platform-specific files 2 years ago
hostinfo_freebsd.go hostinfo: use ByteSliceToString from golang.org/x/sys/unix 2 years ago
hostinfo_linux.go hostinfo,distro: Identify Western Digital MyCloud devices. 2 years ago
hostinfo_test.go hostinfo, control/controlclient: tell control when Ubuntu has disabled Tailscale's sources 3 years ago
hostinfo_windows.go hostinfo: use the sentinel value set by the MSI installer to detect MSI package type 2 years ago