diff --git a/internal/configuration/settings/openvpnselection.go b/internal/configuration/settings/openvpnselection.go index bb11ed66..e62e5ebe 100644 --- a/internal/configuration/settings/openvpnselection.go +++ b/internal/configuration/settings/openvpnselection.go @@ -55,8 +55,7 @@ func (o OpenVPNSelection) validate(vpnProvider string) (err error) { switch vpnProvider { // no restriction on port case providers.Cyberghost, providers.HideMyAss, - providers.PrivateInternetAccess, providers.Privatevpn, - providers.Torguard: + providers.Privatevpn, providers.Torguard: // no custom port allowed case providers.Expressvpn, providers.Fastestvpn, providers.Ipvanish, providers.Nordvpn,