mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
tailcfg: bump capver for NodeAttrDisableSplitDNSWhenNoCustomResolvers
Missed in b65221999ca2644e917efce394dc0c9603cfacb7. Updates tailscale/corp#15802 Signed-off-by: Nick Khyl <nickk@tailscale.com>
This commit is contained in:
parent
93cd2ab224
commit
3672f66c74
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user