flutter_vpn
flutter_vpn copied to clipboard
Plugin to access VPN service for Flutter | Flutter 的 VPN 插件
Runner[36110:3052503] [VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: PlatformException(4, Start error: The VPN configuration associated with the NEVPNManager object is invalid., null, null)
I check the VPNHandler.swift, and i found the remoteIdentifier and serverAddress are using the same parma, but some time they are not the same things. Could you add additional parma...
I'm having problems connecting with Android. I have a server from DigitalOcean. My Problem: no issue certificate found for "CN={IPADDRESS}" no trusted RSA public key found for {IPADDRESS}' The link...
How can I establish a connection with PSK (IKEV2 protocol) in iOS?
where do i put the certificate in the project ?? please answer
I got this error everytime when I tried to start vpn so I want to it is supported or not in this plugin or which server I have to use...
I always get authentication failed in the notification bar with ProtonVpn's free IKEv2 VPN service. Tried with 2 different accounts. PS. I was able to connect with other IKEv2 VPN...
guys how we can do authentication process by using certificate and psk (IKEV2) thanks
heloo i want to use .pem file in this library but not support pls help me
How can i access this native function inside the lib [https://github.com/X-dea/flutter_vpn/blob/master/android/src/main/java/org/strongswan/android/logic/CharonVpnService.java](https://github.com/X-dea/flutter_vpn/blob/master/android/src/main/java/org/strongswan/android/logic/CharonVpnService.java) ` if (mSelectedApps.size() > 0 && Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { switch (mAppHandling) { case SELECTED_APPS_EXCLUDE: for (String app :...