From c0bdae8baf38c3129875aee19cbce788b163d83f Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 9 Jun 2022 16:36:17 +0000 Subject: [PATCH] fix(protonvpn): restrict custom port choice --- internal/configuration/settings/openvpnselection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/configuration/settings/openvpnselection.go b/internal/configuration/settings/openvpnselection.go index 3a0c4c4b..bb11ed66 100644 --- a/internal/configuration/settings/openvpnselection.go +++ b/internal/configuration/settings/openvpnselection.go @@ -56,7 +56,7 @@ func (o OpenVPNSelection) validate(vpnProvider string) (err error) { // no restriction on port case providers.Cyberghost, providers.HideMyAss, providers.PrivateInternetAccess, providers.Privatevpn, - providers.Protonvpn, providers.Torguard: + providers.Torguard: // no custom port allowed case providers.Expressvpn, providers.Fastestvpn, providers.Ipvanish, providers.Nordvpn,