From 9d430d3c727fad9b6adc6efb28eab8718562f524 Mon Sep 17 00:00:00 2001 From: Juan Font Date: Thu, 18 Aug 2022 21:33:56 +0200 Subject: [PATCH] Update noise.go Co-authored-by: Kristoffer Dalby --- noise.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noise.go b/noise.go index c3800576..cf18fbfb 100644 --- a/noise.go +++ b/noise.go @@ -39,7 +39,7 @@ func (h *Headscale) NoiseUpgradeHandler( ) { 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. // (https://github.com/tailscale/tailscale/blob/main/control/controlhttp/server.go) //