mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 13:19:27 +00:00
Upgrade path as const
This commit is contained in:
3
noise.go
3
noise.go
@@ -19,6 +19,9 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
// ts2021UpgradePath is the path that the server listens on for the WebSockets upgrade
|
||||
ts2021UpgradePath = "/ts2021"
|
||||
|
||||
// upgradeHeader is the value of the Upgrade HTTP header used to
|
||||
// indicate the Tailscale control protocol.
|
||||
upgradeHeaderValue = "tailscale-control-protocol"
|
||||
|
Reference in New Issue
Block a user