Update
This commit is contained in:
4
vendor/tailscale.com/proxymap/proxymap.go
generated
vendored
4
vendor/tailscale.com/proxymap/proxymap.go
generated
vendored
@@ -9,9 +9,9 @@ import (
|
||||
"fmt"
|
||||
"net/netip"
|
||||
"strings"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"tailscale.com/syncs"
|
||||
"tailscale.com/util/mak"
|
||||
)
|
||||
|
||||
@@ -22,7 +22,7 @@ import (
|
||||
// ask tailscaled (via the LocalAPI WhoIs method) the Tailscale identity that a
|
||||
// given localhost:port corresponds to.
|
||||
type Mapper struct {
|
||||
mu sync.Mutex
|
||||
mu syncs.Mutex
|
||||
|
||||
// m holds the mapping from localhost IP:ports to Tailscale IPs. It is
|
||||
// keyed first by the protocol ("tcp" or "udp"), then by the IP:port.
|
||||
|
||||
Reference in New Issue
Block a user