diff options
| -rw-r--r-- | ipn/ipnstate/ipnstate.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipn/ipnstate/ipnstate.go b/ipn/ipnstate/ipnstate.go index 1d1d28b6c..85bb392e8 100644 --- a/ipn/ipnstate/ipnstate.go +++ b/ipn/ipnstate/ipnstate.go @@ -197,7 +197,7 @@ type PeerStatus struct { // It has the form "host.<MagicDNSSuffix>." DNSName string OS string // HostInfo.OS - UserID tailcfg.UserID + UserID tailcfg.UserID `json:",string"` // TailscaleIPs are the IP addresses assigned to the node. TailscaleIPs []netip.Addr |
