diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index b0ec6466e..361bbd713 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -236,7 +236,7 @@ type Hostinfo struct { IPNVersion string // version of this code FrontendLogID string // logtail ID of frontend instance BackendLogID string // logtail ID of backend instance - OS string // operating system the client runs on + OS string // operating system the client runs on (a version.OS value) Hostname string // name of the host the client runs on RoutableIPs []wgcfg.CIDR `json:",omitempty"` // set of IP ranges this client can route Services []Service `json:",omitempty"` // services advertised by this machine