summaryrefslogtreecommitdiff
path: root/internal/api/profiles/profiles.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/profiles/profiles.go')
-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 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" {