Giter VIP home page Giter VIP logo

Comments (4)

kn007 avatar kn007 commented on July 19, 2024

Same issue

from ics-openconnect.

mrez-ir avatar mrez-ir commented on July 19, 2024

I have same issue on android client program(cisco anyconnect).. 'no-route' parameter is working correct on windows client version connecting to same server.

from ics-openconnect.

dlenski avatar dlenski commented on July 19, 2024

tl;dr Don't use the Android version of OpenConnect if you want frequent updates and improvements. Use the CLI version for Linux or macOS. 🤷‍♂️

'no-route' parameter is working correct on windows client version connecting to same server.

This is because the Android client currently simply ignores split-exclude routes (what you are calling "no route").

/* routing */
ArrayList<String> subnets = new ArrayList<String>(), dns = ip.DNS;
String domain = ip.domain;
if (getStringPref("split_tunnel_mode").equals("on_vpn_dns")) {
getSubnetPref(subnets);
} else if (getStringPref("split_tunnel_mode").equals("on_uplink_dns")) {
getSubnetPref(subnets);
dns = new ArrayList<String>();
domain = null;
} else {
subnets = ip.splitIncludes;
addDefaultRoutes(b, ip, subnets);
}
addSubnetRoutes(b, ip, subnets);

Q. "When might this be updated?"
A. See #66 (comment)

from ics-openconnect.

Pezhvak avatar Pezhvak commented on July 19, 2024

soo... if its not implemented in the past 6 years we can safely say it's not going to happen at all. since the repo is not updating as well.

from ics-openconnect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.