ics-openconnect
ics-openconnect copied to clipboard
Android UI for OpenConnect VPN client
Hello, Does your code/library support per-app VPN? Would it be technically possible to merge this code with my own student project to try to establish a per-app VPN connection, ideally...
dlopen failed: cannot locate symbol "in6addr_any" referenced by "******/lib/arm64/libopenconnect".so
the problem crash by LeMobile phone. when System.loadLibrary("openconnect") ``` logcat: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "in6addr_any" referenced by "/data/app/com.example.test-1/lib/arm64/libopenconnect.so"... at java.lang.Runtime.loadLibrary(Runtime.java:372) at java.lang.System.loadLibrary(System.java:1076) atcom.example.test.application.MeApplication.onCreate(MeApplication.kt:58) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1018) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5207) at ...
I was connected to a VPN, then ran `adb backup -f /dev/null -apk -obb -all`, which ended the connection. The app did not (successfully) reconnect after the backup finished. I...
Device name: Xiaomi TV 4C ( https://www.mi.com/mitv4c/55/ ) Installed APK via USB Flash drive, and APK file downloaded from https://apkpure.com/openconnect/app.openconnect . First time launch can't find the "+" button. just...
  Hi, dear developer, I use the new artifacts in the sample app. In my home WiFi, it can connect, but I cannot access Internet, while in...
As of dlenski/openconnect@40802e459873e55eefbe64f05b9475821f761b8e (not yet in an official openconnect release) there is a new API to get the list of supported protocols, along with their descriptions and supporting features. ```c...
I have an open connect server that work perfectly fine when i use the App downloaded from google play. and the Log is OK. but wen I build the App...
I have a server running ocserv 0.10.8. Under ubuntu 15.04, using openconnect as client, I got an mtu of 1361 at both ends for the tun devices. On my android...
I have MTU set to 1406 for my corporate VPN, but that appears to be incorrect. If I set MTU to a lower size, everything works. Could you please add...
Currently ([v1.11](https://github.com/cernekee/ics-openconnect/tree/v1.11)) there is an option to copy a single line of the logs. It would be nice to be able to copy the entire log for submission to bugs...