076d5c7214
When peers request an IP address mapping to be stored, the connector stores it in memory. Fixes tailscale/corp#34251 Signed-off-by: Fran Bull <fran@tailscale.com>
9 lines
173 B
Go
9 lines
173 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
//go:build !ts_omit_conn25
|
|
|
|
package condregister
|
|
|
|
import _ "tailscale.com/feature/conn25"
|