-
Notifications
You must be signed in to change notification settings - Fork 0
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
Investigate whether setting a proxy on iOS is enough #21
Comments
The results from a cursory search are inconclusive: A question from 2011 claims the situation is the same as on Android, but the only answer disagrees without citing any sources. Meanwhile, it does at least appear to be possible for apps to override the proxy they're using (https://stackoverflow.com/questions/16847858/ios-any-body-knows-how-to-add-a-proxy-to-nsurlrequest, https://developer.apple.com/documentation/foundation/nsurlsessionconfiguration/1411499-connectionproxydictionary). We'll have to do some experiments. |
Unlike on Android, this current only supports setting a regular proxy. See tweaselORG/meta#21 for WireGuard support.
@zner0L notes in tweaselORG/appstraction#42:
|
Unlike on Android, this current only supports setting a regular proxy. See tweaselORG/meta#21 for WireGuard support.
Unlike on Android, this current only supports setting a regular proxy. See tweaselORG/meta#21 for WireGuard support.
Unlike on Android, this current only supports setting a regular proxy. See tweaselORG/meta#21 for WireGuard support.
iOS supports per-app-VPNs, but only if the apps are deployed via a MDM: https://support.apple.com/de-en/guide/deployment/depae3d361d0/web#dep9613c6491 |
Compare #19. I haven't stumbled across anything that suggests a similar problem on iOS, but we should check nonetheless.
The text was updated successfully, but these errors were encountered: