diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-12 19:45:27 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-19 14:15:07 +0100 |
| commit | 9c848e6cbb3ee5881fd4d894608d8556b2201084 (patch) | |
| tree | 25446e008e860deb2d46dda1ab98d24c15fad7e6 /types/protocol/protocol.go | |
| parent | 74e36f0ead717105f26087c2cab08b41ba5a7ce8 (diff) | |
WireGuard: Latest proxyguard server API changes
wireguard+proxy profile and ProxyEndpoint instead of TCPEndpoint as
proxyguard now uses HTTP for the initial packet
Diffstat (limited to 'types/protocol/protocol.go')
| -rw-r--r-- | types/protocol/protocol.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
