diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-07 13:43:52 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-19 14:15:07 +0100 |
| commit | c8e7424f0b9ca963c7454e3297a8d001d67d729d (patch) | |
| tree | 979341ca6b67badc451aa58d3790704b3bf04386 /types/protocol/protocol.go | |
| parent | a912257ad6d4260fbea9c0e3e3fb9bbefa92bb6e (diff) | |
WireGuard: TCP support using proxyguard
Diffstat (limited to 'types/protocol/protocol.go')
| -rw-r--r-- | types/protocol/protocol.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
