Ever had a VPN slow down domestic video while overseas tools disconnect when it's off? The root cause is the traditional all-or-nothing proxy strategy — every bit of traffic takes the same path. Free VPN's split tunneling exists to break that either-or dilemma.

Split tunneling traffic routing diagram

Split tunneling isn't new, but the challenge lies in precisely identifying each flow's origin and making routing decisions without sacrificing speed. Free VPN's implementation, introduced in V3.2, combines local traffic interception with a rule engine to do this at millisecond scale.

Kernel-Level Interception: Identifying Traffic

Step one is identification. The client intercepts outbound traffic at the kernel layer, reading each packet's app process and target domain. This position matters — kernel-level identification covers traffic from all apps, including those that bypass system proxies. Each packet gets a "traffic label" before entering rule matching.

The rule engine compares labels against user-configured rules. Rules can be "by app" (browser proxied, cloud drive direct), "by domain" or "by IP range". Matched rules determine the path; unmatched traffic follows the default policy. Matching overhead is optimized under 1ms, imperceptible to users.

Two Modes: Global and Rule

Free VPN global and rule mode switching

Free VPN offers two modes. Global mode routes all traffic through the proxy, suitable for a full network environment switch. Rule mode lets users specify which apps and domains go through the proxy and which stay direct, achieving "domestic sites direct, overseas services proxied." Rules sync to the cloud and apply across devices.

The biggest beneficiaries are cross-border sellers and remote workers. One trader found that after configuring split tunneling, overseas store loading sped up while domestic payments and chat stayed connected, eliminating constant toggling. This "want both" need is exactly what split tunneling solves.

Back to the opening dilemma — split tunneling's value is that you no longer have to choose. Before the technology matured, users endured either-or; now fine-grained traffic management reaches free users. To experience it, do a free VPN download, switch to rule mode, spend a minute configuring, and you'll see the network should be this free.