You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation relies on a RPC call from the underlying sslocal to the Application to call VpnService.protect, which is for setting a SO_MARK on the socket file descriptor to bypass all outbound data.
Current implementation relies on a RPC call from the underlying
sslocal
to the Application to callVpnService.protect
, which is for setting aSO_MARK
on the socket file descriptor to bypass all outbound data.But is it possible to make use of VpnService.Builder.addDisallowedApplication?
The text was updated successfully, but these errors were encountered: