OpenVPNAdapter icon indicating copy to clipboard operation
OpenVPNAdapter copied to clipboard

forcefully disconnect vpn connection

Open swati-daffodilsw opened this issue 6 years ago • 1 comments

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?

swati-daffodilsw avatar Jul 16 '18 09:07 swati-daffodilsw

You can do something like this on your manager instance self.manager?.connection.stopVPNTunnel() cc @ss-abramchuk

JubrilEdu avatar Aug 13 '18 10:08 JubrilEdu