Skip to content

Drewsapple/protonvpn-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ProtonVPN Helper

A simple tool to authenticate with ProtonVPN and fetch logical servers.

Building

Build the container image using Podman:

podman build -t protonvpn-helper .

Running

Set the required environment variables:

  • PROTON_USERNAME: Your ProtonVPN username or email
  • PROTON_PASSWORD: Your ProtonVPN password

Run the container, mounting a volume to access the output file:

podman run --rm -e PROTON_USERNAME -e PROTON_PASSWORD -v $(pwd):/output protonvpn-helper

The script will authenticate and write the logical servers to /output/server_list.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published