linux-cli-community icon indicating copy to clipboard operation
linux-cli-community copied to clipboard

Linux command-line client for ProtonVPN. Written in Python.

Results 122 linux-cli-community issues
Sort by recently updated
recently updated
newest added

sudo protonvpn init Traceback (most recent call last): File "/usr/local/bin/protonvpn", line 5, in from protonvpn_cli.cli import main File "/usr/local/lib/python3.9/dist-packages/protonvpn_cli/cli.py", line 57, in from . import connection File "/usr/local/lib/python3.9/dist-packages/protonvpn_cli/connection.py", line 16,...

**Describe the bug** VPN gets connected but can not access internet, ping doesn't work either. **To Reproduce** Steps to reproduce the behavior: 1. sudo protonvpn c -f 2. ping whatever.com...

I am not sure if this was because I reinstalled the CLI and some key was stored or something, but when I entered `protonvpn-cli login [freevpn-username]` it logged me into...

I have a bunch of iptables rules already set up so that I can route networking for virtual machines running on my local machine. The commands that `protonvpn-cli-ng` uses to...

**Describe the bug** After successfully connecting to a VPN-Server, the program does not exit and is stuck on "Connected!". **To Reproduce** Connect to a vpn server **Expected behavior** The program...

Mind you, from Windows I have no such problem, only in Linux and this began recently. alex@mb1  ~  sudo protonvpn connect [sudo] пароль для alex: [!] There was...

Adding custom config option and a example how to run systemd with restart possibility. Related issue: https://github.com/ProtonVPN/linux-cli/issues/250

The package already includes the dependencies needed, the packages are the following for Void Linux (XBPS): python3-requests python3-Jinja2 python3-setuptools python3-devel openvpn python3-pythondialog python3-docopt Void Linux's repo link for the ProtonVPN...

- Added the steps in USAGE.md necessary to set up autoconnect on systems with encrypted home directories - Provides a temporary, a bit hacky, workaround for issue #124.