From 9c848e6cbb3ee5881fd4d894608d8556b2201084 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 12 Feb 2024 19:45:27 +0100 Subject: WireGuard: Latest proxyguard server API changes wireguard+proxy profile and ProxyEndpoint instead of TCPEndpoint as proxyguard now uses HTTP for the initial packet --- types/protocol/protocol.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'types') diff --git a/types/protocol/protocol.go b/types/protocol/protocol.go index 85b0733..4584066 100644 --- a/types/protocol/protocol.go +++ b/types/protocol/protocol.go @@ -11,8 +11,8 @@ const ( OpenVPN // WireGuard indicates that the protocol is WireGuard WireGuard - // WireGuardTCP indicates that the protocol is WireGuard with a TCP proxy - WireGuardTCP + // WireGuardProxy indicates that the protocol is WireGuard with proxyguard + WireGuardProxy ) // New creates a new protocol type from a string -- cgit v1.2.3