mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-27 18:57:35 +00:00
tailcfg: add longitude, latitude to Location
This commit is contained in:
parent
4d668416b8
commit
5db0a07d88
@ -687,7 +687,9 @@ type Location struct {
|
||||
//
|
||||
// A value of 0 means the exit node does not have a priority
|
||||
// preference. A negative int is not allowed.
|
||||
Priority int `json:",omitempty"`
|
||||
Priority int `json:",omitempty"`
|
||||
Longitude float64 `json:",omitempty"`
|
||||
Latitude float64 `json:",omitempty"`
|
||||
}
|
||||
|
||||
// Hostinfo contains a summary of a Tailscale host.
|
||||
|
Loading…
x
Reference in New Issue
Block a user