No description
Find a file
2025-02-19 02:25:26 +01:00
.env.example first commit 2025-02-19 02:08:12 +01:00
.gitignore first commit 2025-02-19 02:08:12 +01:00
main.js first commit 2025-02-19 02:08:12 +01:00
package-lock.json bad thungs 2025-02-19 02:25:26 +01:00
package.json bad thungs 2025-02-19 02:25:26 +01:00
README.md initial 2025-02-19 02:14:16 +01:00

unofficial-proton-vpn-client

Prints to stdout a wireguard proton vpn config

How to use

  • git clone this repo
  • cd into cloned directory
  • npm install
  • copy .env.example to .env and add your proton account info (PROTON_EMAIL and PROTON_PASSWORD)
  • node --env-file=.env main.js