mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 11:41:39 +00:00
tailcfg: bump capver for using NodeAttrUserDialUseRoutes for DNS
Missed in f62e678df8e1d4a3fd3a41f8c847c6b0a3605ac8. Updates tailscale/corp#18725 Updates #4529 Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
parent
af97e7a793
commit
482890b9ed
@ -135,7 +135,8 @@ type CapabilityVersion int
|
|||||||
// - 92: 2024-05-06: Client understands NodeAttrUserDialUseRoutes.
|
// - 92: 2024-05-06: Client understands NodeAttrUserDialUseRoutes.
|
||||||
// - 93: 2024-05-06: added support for stateful firewalling.
|
// - 93: 2024-05-06: added support for stateful firewalling.
|
||||||
// - 94: 2024-05-06: Client understands Node.IsJailed.
|
// - 94: 2024-05-06: Client understands Node.IsJailed.
|
||||||
const CurrentCapabilityVersion CapabilityVersion = 94
|
// - 95: 2024-05-06: Client uses NodeAttrUserDialUseRoutes to change DNS dialing behavior.
|
||||||
|
const CurrentCapabilityVersion CapabilityVersion = 95
|
||||||
|
|
||||||
type StableID string
|
type StableID string
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user