Speedify SDK for Android  14.7.0
Local Proxy Configuration

The Local Proxy API instructs the Speedify SDK to put specific traffic directly out over a local network interface instead of over the VPN. Note that if you are connecting in proxy mode instead of VPN mode via connectProxy these calls have no effect, as all traffic is proxied.

For the purposes of these docs, method decriptions assume the default match mode of ALLOWLIST.

If using DENYLIST, the configured lists specify items sent over the VPN instead of the proxy. In this mode, you can either use app-based rules via setLocalProxyPackages, or protocol based rules with setLocalProxyDomains, setLocalProxyIPv4, setLocalProxyIPv6, and setLocalProxyPorts.

Local Proxy API