You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
|
4 years ago |
| .. |
|
hostinfo.go
|
hostinfo, tailcfg: add desktop detection on Linux to hostinfo
|
4 years ago |
|
hostinfo_darwin.go
|
hostinfo: move packageType out to platform-specific files
|
4 years ago |
|
hostinfo_freebsd.go
|
hostinfo: use ByteSliceToString from golang.org/x/sys/unix
|
4 years ago |
|
hostinfo_linux.go
|
hostinfo,distro: Identify Western Digital MyCloud devices.
|
4 years ago |
|
hostinfo_test.go
|
hostinfo, control/controlclient: tell control when Ubuntu has disabled Tailscale's sources
|
4 years ago |
|
hostinfo_windows.go
|
hostinfo: use the sentinel value set by the MSI installer to detect MSI package type
|
4 years ago |