Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include 10.x.x.x local net traffic through VPN (#5252)
Task/Issue URL: https://app.asana.com/0/1198194956794324/1208714463179856/f ### Description 10.x.x.x range (traffic) should go through the VPN when local networks are included. ### Steps to test this PR _Test_ - [x] install from this branch, launch and sign into PPro - [x] in settigns -> VPN -> VPN settings disable `Exclude local Networks` setting - [x] enable VPN - [x] verify 10.x.x.x route is included (you can do that by filtering logcat by `Adding route`) - [x] smoke test apps and browser, all should work normally - [x] in settigns -> VPN -> VPN settings enable `Exclude local Networks` setting and navigate out of VPN settings for the VPN to re-configre - [x] verify 10.x.x.x route is excluded (you can do that by filtering logcat by `Adding route`) - [x] smoke test apps and browser, all should work normally
- Loading branch information