Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated ProtonVPN Basic plan #195

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

BroderPeters
Copy link
Contributor

ProtonVPN deprecated the Basic plan sometime ago.

Comment on lines 191 to 192
Self::Plus => "2".to_string(),
Self::Basic => "1".to_string(),
Self::Free => "0".to_string(),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure whether I have to adjust the numbers here, as I'm not a usual project maintainer.
Building and running it worked.

@jamesmcm
Copy link
Owner

jamesmcm commented Dec 1, 2022

Thanks, LGTM.

The number corresponds to the Tier number in the URL, and Tier 1 always returns an empty zip now it seems 🙂

$ wget "https://account.protonvpn.com/api/vpn/config?Category=Country&Tier=2&Feature=0&Platform=Linux&Protocol=0"

@jamesmcm jamesmcm merged commit 7b645a3 into jamesmcm:master Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants