mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
tailcfg: bump capver for clients to talk Noise over any HTTPS port [capver 39]
Signed-off-by: Juan Font Alonso <juanfontalonso@gmail.com>
This commit is contained in:
parent
32a1a3d1c0
commit
ffc67806ef
@ -73,7 +73,8 @@ type CapabilityVersion int
|
||||
// 36: 2022-08-02: added PeersChangedPatch.{Key,DiscoKey,Online,LastSeen,KeyExpiry,Capabilities}
|
||||
// 37: 2022-08-09: added Debug.{SetForceBackgroundSTUN,SetRandomizeClientPort}; Debug are sticky
|
||||
// 38: 2022-08-11: added PingRequest.URLIsNoise
|
||||
const CurrentCapabilityVersion CapabilityVersion = 38
|
||||
// 39: 2022-08-15: clients can talk Noise over arbitrary HTTPS port
|
||||
const CurrentCapabilityVersion CapabilityVersion = 39
|
||||
|
||||
type StableID string
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user