synfinatic / vpnexiter

VPN Exit Manager
MIT License
0 stars 0 forks source link

Improve `status` support #17

Open synfinatic opened 4 years ago

synfinatic commented 4 years ago

Right now if vpnexiter restarts, it looses state of the VPN. If the VPN is up, we don't know the exit chosen because we can't parse the output of commands like ipsec statusall. Hence, we should be able to read that live status to figure out our current configuration rather than relying on in-memory state.