Repeats ProtonVPN connection attempts until successful.
On some networks, my ProtonVPN connection attempts fail on the first few tries using the protonvpn-cli. It usually works after a random number of attempts. This program just repeats the connection command.
Note: this could be solved with a simple shell script, but I wanted to experiment with Go.
go get github.com/rishispeets/repeat-pvpn
When you have installs available on $PATH
:
sudo repeat-pvpn
MIT