-
Notifications
You must be signed in to change notification settings - Fork 10
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
Low power mode on iOS #105
Comments
Also - make sure that "low power mode" requires interceptDnsByMatchingDomains==true to avoid DNS traffic routing through the appex... |
some notes from The Eskimo: https://developer.apple.com/forums/thread/95988 |
Disabling identities on sleep and re-enabling on wake so fair if a big failure. When not in Do-no-disturb, phone sleeps and wakes up very vert frequently, having the opposite of intended effect on the battery. Need a new strategy: |
I was wondering if this can be prioritized again? As of right now the mobile client massively drains the battery, making it impractical to leave it enabled all the time. It would be great if it could get to the level of the WireGuard iOS client, which consumes very little power. |
Yes. We have heard from a handful of users that they are having this issue and are discussing potential approaches to address it. When we have something, I'll post it in Discourse and on this issue and solicit users to join a TestFlight. |
Wonderful! Looking forward to it. |
E.g., Something like this if done outside of direct support in TSDK
Alt: consider supporting this mode in TSDK (e.g., connect to ERs only on Dial attempt - perceived performance would be impacted, and doesn't address hosting services...)
The text was updated successfully, but these errors were encountered: