From 7b708040dd56c413ecfe9d7685260ad88373dbc3 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 7 Mar 2024 12:19:16 +0100 Subject: Server: Remove obsolete TODO --- internal/server/server.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/server/server.go b/internal/server/server.go index abe5178..d622aef 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -126,7 +126,6 @@ func (s *Server) connect(ctx context.Context, wgSupport bool, pTCP bool) (*srvty } // If the client supports WireGuard and the profile supports both protocols we remove openvpn from client support if EDUVPN_PREFER_WG is set to "1" // This also only happens if prefer TCP is set to false - // TODO: remove the prefer TCP check when we have implemented proxyguard if wgSupport && os.Getenv("EDUVPN_PREFER_WG") == "1" { if chosenP.HasWireGuard() && chosenP.HasOpenVPN() { protos = []protocol.Protocol{protocol.WireGuard} -- cgit v1.2.3