-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable split-tunnel #76
Comments
You can use
That pretty much replicates the routing behavior of the standard
Better ideas are welcome, especially in the form of PRs. 😬
Use the standard vpnc-script, but add post-connect and post-disconnect hooks to start and stop the prevent-idle-timeouts handler. https://gitlab.com/openconnect/vpnc-scripts/blob/master/vpnc-script#L1136-1141 It should be relatively easy to factor out the relevant code into a small standalone CLI script which could be installed alongside |
So taking this route, I would have to handle DNS on my own, right? That might get too messy though.
I like the idea of breaking out this functionality. You've got some other cool features in |
Yes I know doing this defeats the whole purpose of this project. But is it possible to either disable the split-tunnel functionality or tell vpn-slice to route everything through the vpn?
I ask because I need the prevent-idle-timeouts feature. And until functionality like this is added to openconnect, I need to find an alternate way to do it.
The text was updated successfully, but these errors were encountered: