ipn/ipnlocal,tailcfg: add /debug/tka c2n endpoint (#19198)

Updates tailscale/corp#35015

Signed-off-by: James Sanderson <jsanderson@tailscale.com>
This commit is contained in:
James 'zofrex' Sanderson
2026-04-20 16:00:03 +01:00
committed by GitHub
parent ec86f0ff93
commit ffae275d4d
7 changed files with 252 additions and 1 deletions
+2 -1
View File
@@ -184,7 +184,8 @@ type CapabilityVersion int
// - 135: 2026-03-30: Client understands [NodeAttrCacheNetworkMaps]
// - 136: 2026-04-09: Client understands [NodeAttrDisableLinuxCGNATDropRule]
// - 137: 2026-04-15: Client handles 429 responses to /machine/register.
const CurrentCapabilityVersion CapabilityVersion = 137
// - 138: 2026-03-31: can handle C2N /debug/tka.
const CurrentCapabilityVersion CapabilityVersion = 138
// ID is an integer ID for a user, node, or login allocated by the
// control plane.