Jamie- / openvpn-api

A Python API for the OpenVPN management interface.
MIT License
56 stars 19 forks source link

On-demand connection #9

Open HosseyNJF opened 4 years ago

HosseyNJF commented 4 years ago

Right now, users must connect and disconnect manually to the ovpn interface. There could be a feature that the connection automatically connects when needed and disconnects as soon as possible.

Skippern commented 2 years ago

This is actually something I need in my current project, I am looking for a way to VPN to different locations to do requests calls from, as I need to check differences in responses from multiple locations around the world.