Process route via VPN
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 Process Bypass feature.
Configuration via VPN
This configuration typically includes these main components:
The
AppPolicy
is configured with thePOLICY_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 thewithPolicy()
method of theSessionConfig.Builder
when starting the VPN session.
Last updated