From a377ee14b44fccecac8d8c0f8030643fb4fa5433 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sun, 4 Sep 2022 16:13:30 +0200 Subject: [PATCH] Minor message change --- noise.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noise.go b/noise.go index 493ef785..f6fb3644 100644 --- a/noise.go +++ b/noise.go @@ -30,7 +30,7 @@ func (h *Headscale) NoiseUpgradeHandler( // be passed to Headscale. Let's give them a hint. log.Warn(). Caller(). - Msg("No Upgrade header found in TS2021 request. If running headscale behind a reverse proxy, make sure it is configured to pass WebSockets through.") + Msg("No Upgrade header in TS2021 request. If headscale is behind a reverse proxy, make sure it is configured to pass WebSockets through.") http.Error(writer, "Internal error", http.StatusInternalServerError) return