Results 24 comments of Kevin Cernekee

Not currently. The UI was optimized to support the common case (one token). Perhaps it is worth adding an Advanced Mode that supports multiple tokens.

> Removed from Google Play! I disabled the Google Play listing until bug #51 is fixed (and the API usage can be brought up to date with the latest standards)....

Can you call `mOC.getCSTPCipher()`? It should work the same way as the other JNI methods. > I saw a display of the log information Most of the log messages are...

The routing configuration and DNS configuration should normally be independent of each other. Maybe there are invalid characters, trailing spaces, or some other anomaly in the route list? Bigger problem...

I think shadowsocks just tells the OS to use the remote DNS servers for lookups? https://github.com/shadowsocks/shadowsocks-android/blob/master/core/src/main/java/com/github/shadowsocks/bg/VpnService.kt#L188 There is no Android API that tells the OS to resolve different domains through...

Hi Anton, what is the use case? Are you behind a corporate/school firewall and tunneling to another network? Does your network support WPAD? Normally the Linux version of openconnect tries...

So I guess this network doesn't advertise the proxy server via WPAD, since it isn't part of their infrastructure? Is the proxy server using HTTP Basic auth? I think this...

> referenced by "/data/app/com.example.test-1/lib/arm64/libopenconnect.so" Doesn't look familiar to me. What app is this? How was the library built? > cannot locate symbol "in6addr_any" Possibly related: this symbol [is an extern](https://github.com/aosp-mirror/platform_bionic/blob/master/libc/include/netinet/in.h#L49)...

> Is there a reason to have the API = 26 for arm64 and 21 for x86_64? This does look suspicious. `make_standalone_toolchain` on r17c will take API 21 for both...