From 2fcca7427bc0efdecd33f497574bf2cbeafb8d2d Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 19 Feb 2024 14:06:17 +0100 Subject: API: Switch back to wireguard+tcp instead of wireguard+proxy --- internal/api/profiles/profiles.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/api/profiles/profiles.go') diff --git a/internal/api/profiles/profiles.go b/internal/api/profiles/profiles.go index 0151d8c..d31bbcc 100644 --- a/internal/api/profiles/profiles.go +++ b/internal/api/profiles/profiles.go @@ -80,7 +80,7 @@ func (p *Profile) ShouldFailover() bool { return p.HasOpenVPN() } for _, c := range p.VPNProtoTransportList { - if c == "wireguard+proxy" { + if c == "wireguard+tcp" { return true } if c == "openvpn+tcp" { -- cgit v1.2.3