mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 13:18:53 +00:00
net/tstun: finish wiring IPv6 NAT support
Updates https://github.com/tailscale/corp/issues/11202 Updates ENG-991 Signed-off-by: Tom DNetto <tom@tailscale.com>
This commit is contained in:
@@ -117,7 +117,8 @@ type CapabilityVersion int
|
||||
// - 74: 2023-09-18: Client understands NodeCapMap
|
||||
// - 75: 2023-09-12: Client understands NodeAttrDNSForwarderDisableTCPRetries
|
||||
// - 76: 2023-09-20: Client understands ExitNodeDNSResolvers for IsWireGuardOnly nodes
|
||||
const CurrentCapabilityVersion CapabilityVersion = 76
|
||||
// - 77: 2023-10-03: Client understands Peers[].SelfNodeV6MasqAddrForThisPeer
|
||||
const CurrentCapabilityVersion CapabilityVersion = 77
|
||||
|
||||
type StableID string
|
||||
|
||||
|
Reference in New Issue
Block a user