Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artyom/protonvpn-profiles
- Owner: artyom
- License: mit
- Created: 2018-06-30T15:34:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T09:03:50.000Z (over 6 years ago)
- Last Synced: 2024-06-20T15:56:34.698Z (5 months 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 $PASSWORDYou 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