summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/api/profiles/profiles.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/profiles/profiles.go b/internal/api/profiles/profiles.go
index d31bbcc..0151d8c 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+tcp" {
+ if c == "wireguard+proxy" {
return true
}
if c == "openvpn+tcp" {