ipn: add LoginServer pref for windows

Signed-off-by: Christine Dodrill <xe@tailscale.com>
This commit is contained in:
Christine Dodrill 2021-02-03 15:18:20 -05:00
parent a6a834b5fe
commit 4cc84f62c6

View File

@ -124,6 +124,10 @@ type Prefs struct {
// We can maybe do that once we're sure which module should persist
// it (backend or frontend?)
Persist *controlclient.Persist `json:"Config"`
// The target server where logs should be sent. If not set this will
// default to https://log.tailscale.io.
LogServer string
}
// IsEmpty reports whether p is nil or pointing to a Prefs zero value.