Rafficer / linux-cli-community

Linux command-line client for ProtonVPN. Written in Python.
https://protonvpn.com
GNU General Public License v3.0
1.31k stars 198 forks source link

[Query] each install needs to be unique? #363

Open spice42 opened 9 months ago

spice42 commented 9 months ago

thanks for your work, still using this in 2024 :), still the only option for headless raspberry pi

i have 2 raspberry pi's and to make things easier, i usually make an image of the usb/sdcard of the first one and use it with the other

the pi on which i installed protonvpn using venv works fine, if i do a

curl -s https://ipleak.net/json/ | jq -r ".country_name"

it shows me the correct country

however, the other one, i changed the credentials using protonvpn init, protonvpn s shows the correct connection and that it is connected, however when i check via ipleak.net it shows me to be not connected and other things i run, are blocked, asif i dont have a vpn running

pl. help, if there is a way to rectify this, thanks