desktop-app
desktop-app copied to clipboard
[Feature Request] Offer `-reconnect mins` option on the CLI to automatically reconnect every X minutes
Feature request
Description
With a randomized -any
option, automatically reconnecting on a regular basis offers a way to decrease the likelihood of an observer tracking traffic.
See [Feature Request] Offer -random option on the CLI #144
Describe the solution you'd like
ivpn connect -p ovpn -any US -random -reconnect 5
offers a way to cycle through random servers.
Describe alternatives you've considered
A scripted solution, like using a shell script, to choose a random server, then disconnect and wait 5 minutes might be the only way to achieve this.