mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-13 13:03:18 -05:00
Update noise.go
Co-authored-by: Kristoffer Dalby <kradalby@kradalby.no>
This commit is contained in:
parent
f9a2a2b57a
commit
9d430d3c72
2
noise.go
2
noise.go
@ -39,7 +39,7 @@ func (h *Headscale) NoiseUpgradeHandler(
|
|||||||
) {
|
) {
|
||||||
log.Trace().Caller().Msgf("Noise upgrade handler for client %s", req.RemoteAddr)
|
log.Trace().Caller().Msgf("Noise upgrade handler for client %s", req.RemoteAddr)
|
||||||
|
|
||||||
// Under normal circumpstances, we should be able to use the controlhttp.AcceptHTTP()
|
// Under normal circumstances, we should be able to use the controlhttp.AcceptHTTP()
|
||||||
// function to do this - kindly left there by the Tailscale authors for us to use.
|
// function to do this - kindly left there by the Tailscale authors for us to use.
|
||||||
// (https://github.com/tailscale/tailscale/blob/main/control/controlhttp/server.go)
|
// (https://github.com/tailscale/tailscale/blob/main/control/controlhttp/server.go)
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user