mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-03 23:05:50 +00:00
ipn: add LoginServer pref for windows
Signed-off-by: Christine Dodrill <xe@tailscale.com>
This commit is contained in:
parent
a6a834b5fe
commit
4cc84f62c6
@ -124,6 +124,10 @@ type Prefs struct {
|
|||||||
// We can maybe do that once we're sure which module should persist
|
// We can maybe do that once we're sure which module should persist
|
||||||
// it (backend or frontend?)
|
// it (backend or frontend?)
|
||||||
Persist *controlclient.Persist `json:"Config"`
|
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.
|
// IsEmpty reports whether p is nil or pointing to a Prefs zero value.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user