From c6aa5b639f71985712033798d51f83edde51fb17 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 1 Apr 2020 09:27:35 -0700 Subject: [PATCH] tailcfg: clarify Hostinfo.OS doc --- tailcfg/tailcfg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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