From c8e7424f0b9ca963c7454e3297a8d001d67d729d Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 7 Feb 2024 13:43:52 +0100 Subject: WireGuard: TCP support using proxyguard --- types/protocol/protocol.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'types/protocol') diff --git a/types/protocol/protocol.go b/types/protocol/protocol.go index e35de2b..3967141 100644 --- a/types/protocol/protocol.go +++ b/types/protocol/protocol.go @@ -11,6 +11,8 @@ const ( OpenVPN // WireGuard indicates that the protocol is WireGuard WireGuard + // WireGuardTCP indicates that the protocol is WireGuard with a TCP proxy + WireGuardTCP ) // New creates a new protocol type from a string -- cgit v1.2.3