mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
24cd26534f
From the machines tab its hard to differenciate desktop Linux installs from server Linux installs. Transmitting this information should make this determination a lot easier. Due to the reality that tailscaled is likely a system process, the standard checks based on XDG_SESSION_TYPE or DISPLAY environment variables are not possible (those variables won't be set). Instead, we look for listening unix sockets that are typical of desktop installs. Signed-off-by: Tom DNetto <tom@tailscale.com> |
||
---|---|---|
.. | ||
hostinfo_darwin.go | ||
hostinfo_freebsd.go | ||
hostinfo_linux.go | ||
hostinfo_test.go | ||
hostinfo_windows.go | ||
hostinfo.go |