Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artyom/protonvpn-profiles

Generate mobileconfig to configure Apple devices to use ProtonVPN
https://github.com/artyom/protonvpn-profiles

Last synced: about 12 hours ago
JSON representation

Generate mobileconfig to configure Apple devices to use ProtonVPN

Awesome Lists containing this project

README

        

Command protonvpn-profiles creates macOS/iOS profile with ProtonVPN IKEv2
profiles from zip file containing OpenVPN configuration.

Go to your ProtonVPN account, under Account section copy your username and
password from OpenVPN/IKEv2 Username/Password fields. Under Downloads
section use Download All Configurations in country or server configs, this
will give you single zip file with OpenVPN profiles.

Run:

protonvpn-profiles -zip ProtonVPN_server_configs.zip \
-user $USER -pass $PASSWORD

You can also limit what configurations to import and set single server as
on-demand VPN connection:

protonvpn-profiles -zip ProtonVPN_server_configs.zip \
-user $USER -pass $PASSWORD \
-match '^us-.*\.protonvpn\.com$' \
-ondemand us-ca-01.protonvpn.com