appc,feature: add the start of new conn25 app connector

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>
This commit is contained in:
Fran Bull
2025-12-08 10:47:32 -08:00
committed by franbull
parent dd1bb8ee42
commit 076d5c7214
7 changed files with 398 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause
//go:build !ts_omit_conn25
package condregister
import _ "tailscale.com/feature/conn25"