Browse Source

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

Signed-off-by: Juan Font Alonso <[email protected]>
Juan Font 3 years ago
parent
commit
ffc67806ef
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tailcfg/tailcfg.go

+ 2 - 1
tailcfg/tailcfg.go

@@ -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