mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 21:27:31 +00:00
tailcfg: bump capver for NodeAttrDisableSplitDNSWhenNoCustomResolvers
Missed in b65221999c
.
Updates tailscale/corp#15802
Signed-off-by: Nick Khyl <nickk@tailscale.com>
This commit is contained in:
@@ -137,7 +137,8 @@ type CapabilityVersion int
|
||||
// - 94: 2024-05-06: Client understands Node.IsJailed.
|
||||
// - 95: 2024-05-06: Client uses NodeAttrUserDialUseRoutes to change DNS dialing behavior.
|
||||
// - 96: 2024-05-29: Client understands NodeAttrSSHBehaviorV1
|
||||
const CurrentCapabilityVersion CapabilityVersion = 96
|
||||
// - 97: 2024-06-06: Client understands NodeAttrDisableSplitDNSWhenNoCustomResolvers
|
||||
const CurrentCapabilityVersion CapabilityVersion = 97
|
||||
|
||||
type StableID string
|
||||
|
||||
|
Reference in New Issue
Block a user