ics-openconnect icon indicating copy to clipboard operation
ics-openconnect copied to clipboard

Android UI for OpenConnect VPN client

Results 49 ics-openconnect issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

needinfo

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...

bug

![screenshot_2018-12-03-22-02-18-155_app openconnec](https://user-images.githubusercontent.com/16030258/49413289-5a858180-f7aa-11e8-9566-48d93801881c.png) ![screenshot_2018-12-03-22-03-16-196_app openconnec](https://user-images.githubusercontent.com/16030258/49413291-5bb6ae80-f7aa-11e8-96bb-af8b76b068d7.png) 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...

needinfo
mtu

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...

enhancement

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...

mtu

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...

mtu

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...

enhancement

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...