chore(mullvad): remove openvpn support

This commit is contained in:
Quentin McGaw
2026-02-11 00:09:36 +00:00
parent b0a75673bd
commit 4698daea16
7 changed files with 591 additions and 2193 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
func (p *Provider) GetConnection(selection settings.ServerSelection, ipv6Supported bool) (
connection models.Connection, err error,
) {
defaults := utils.NewConnectionDefaults(443, 1194, 51820) //nolint:mnd
defaults := utils.NewConnectionDefaults(0, 0, 51820) //nolint:mnd
return utils.GetConnection(p.Name(),
p.storage, selection, defaults, ipv6Supported, p.randSource)
}