-
Notifications
You must be signed in to change notification settings - Fork 133
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
Convert trusted networks to on-demand activation #119
Comments
Is this related to not being able to explicitly connect on a trusted network? |
Exactly, that's the idea. |
would that also add the ability to connect on-demand in the iOS sense, meaning by app. This would be awesome as well. Meaning a VPN connection is established when a specific app is used (and ideally only that traffic is routed via this specific tunnel) |
Nope, it's not related. |
I was referencing the function outlined here: |
I see, but it has nothing to do with what you expect it to accomplish! |
Does it make sense to open the topic for discussion as a future feature? I do not know the level of interest for this. I would imagine that everyone that uses the VPN to bypass geo restrictions on certain apps (hulu, cnn and many other apps) would love this feature ... |
I understand the need and also like the feature, but I wouldn't do it unless Apple makes it native. Not in OpenVPN at least. If WireGuard supports it, that's another story for later. |
okay, my understanding was that is is nativly supported (at least for ikev2 and ipsec) |
I mean that "on demand rules" are not rules for a "per app VPN". |
I’ve seen on other vpn apps that you can include a list of domains to be added to the connect on demand rules so it will only connect to the vpn when any connection is done to them… |
This function is present on Shadowrocket. It great function. For example, I setup disconnect from vpn when my iPhone will sleep, and connect to vpn when I open domain from list. Another one, we can setup vpn only for specific domains. All other request will use direct connection. When we activate vpn only when we open specific domains, we will economy our battery energy. |
Extend the feature by also providing a complementary "include" policy, i.e. activate the VPN _only_ on the specified networks. "Trusted networks" was only providing the "exclude" counterpart, i.e. _except_ the specified networks. Closes #119
Like WireGuard does, with only/except matching policy.
The text was updated successfully, but these errors were encountered: