mirror of
https://github.com/tailscale/tailscale.git
synced 2025-09-21 13:41:46 +02:00
tailcfg: add mac-ui-v2 node capability (#16940)
updates tailscale/corp#29841 Adds a node cap macOS UIs can query to determine whether then should enable the new windowed UI. Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
This commit is contained in:
parent
575664b263
commit
6542a00ab0
@ -2405,6 +2405,9 @@ const (
|
|||||||
CapabilityDebug NodeCapability = "https://tailscale.com/cap/debug" // exposes debug endpoints over the PeerAPI
|
CapabilityDebug NodeCapability = "https://tailscale.com/cap/debug" // exposes debug endpoints over the PeerAPI
|
||||||
CapabilityHTTPS NodeCapability = "https"
|
CapabilityHTTPS NodeCapability = "https"
|
||||||
|
|
||||||
|
// CapabilityMacUIV2 makes the macOS GUI enable its v2 mode.
|
||||||
|
CapabilityMacUIV2 NodeCapability = "https://tailscale.com/cap/mac-ui-v2"
|
||||||
|
|
||||||
// CapabilityBindToInterfaceByRoute changes how Darwin nodes create
|
// CapabilityBindToInterfaceByRoute changes how Darwin nodes create
|
||||||
// sockets (in the net/netns package). See that package for more
|
// sockets (in the net/netns package). See that package for more
|
||||||
// details on the behaviour of this capability.
|
// details on the behaviour of this capability.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user