-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] autoreconnect when PIA connection drops #133
Comments
This would be great. I'm moving my server functions to containers and need an easy way to make sure the VPN auto connects at startup and reconnects if it drops, and allows LAN traffic. These options are present in the GUI but I can't use the GUI in the container. |
I think this issue is actually a duplicate of #48. We should provide a folder with service files for systemd and also make sure they include a script that triggers a reconnect incase the VPN drops.
These scripts do not plan to replace the GUI, or to offer all the functionality that is present within the Desktop app. |
honestly kind of dumbfounded this isn't already part of the scripts... why would anyone want their vpn to be able to drop and have virtually no clue its happened? with no killswitch setting at that... i know this is possible to do through openvpn without PIA or PIA's scripts, so why wouldn't this be included with the scripts? i wonder how many people wrongfully think their devices connections are tunneled right now because they used these scripts.. |
killswitch should be implemented with iptables or iproute2 separately, it's not in these scripts' scope. Alternatively, you could use |
It would be very handy if there was an autoREconnect feature. In other words, when the VPN connection drops, a daemon would be running to detect this VPN connection dropping and then automate reconnection attempts.
The text was updated successfully, but these errors were encountered: