Open VPN Extension 1.2
Now you can use the VPN file from Internal storage or app assets
New blocks

OnPermissionGranted : This block will trigger if Connection request permission is accepted by user

OnPermissionDenied : This block will trigger if Connection request permission is rejected by user
![]()
ServicePermission : This block will ask for Connection request permission
![]()
IsVPNPrepared : I have renamed the PrepareVpn block to IsVPNPrepared and now this block will not ask for permission. You have to use ServicePermission block
![]()
LibraryErrorLogger : This block can logs the error from AAR Library and Native library.
It useful for debugging, You can ignore the warnings!!
Demo blocks
Upcoming feature:
QuickConnect:
It allows user to connect with VPN servers without opening the app
