tailcfg: bump capver for clients to talk Noise over any HTTPS port [capver 39]

Signed-off-by: Juan Font Alonso <juanfontalonso@gmail.com>
pull/5344/head
Juan Font 2 years ago committed by GitHub
parent 32a1a3d1c0
commit ffc67806ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save