OpenVPNAdapter
OpenVPNAdapter copied to clipboard
forcefully disconnect vpn connection
Hi,
If vpn is already connected, but if .ovpn gets changed or invalidated, I need to do forced disconnected the current session. Can anyone help me to achieve this?
You can do something like this on your manager instance self.manager?.connection.stopVPNTunnel()
cc @ss-abramchuk