https://github.com/artyom/protonvpn-profiles
Generate mobileconfig to configure Apple devices to use ProtonVPN
https://github.com/artyom/protonvpn-profiles
Last synced: about 1 month ago
JSON representation
Generate mobileconfig to configure Apple devices to use ProtonVPN
- Host: GitHub
- URL: https://github.com/artyom/protonvpn-profiles
- Owner: artyom
- License: mit
- Created: 2018-06-30T15:34:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T09:03:50.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T07:53:54.912Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
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