Process route via VPN
Last updated
Was this helpful?
Last updated
Was this helpful?
The Unified SDK provides a powerful feature which allows you to selectively route specific processes through the VPN tunnel while keeping all other traffic unaffected. This is the opposite of the feature.
This configuration typically includes these main components:
The AppPolicy
is configured with the POLICY_FOR_LIST
policy type.
The appList
contains the package names of the apps to be included: "com.example.app1"
and "com.google.android.youtube"
.
The AppPolicy
object is passed to the withPolicy()
method of the SessionConfig.Builder
when starting the VPN session.