An IPv6 leak happens when your VPN tunnels IPv4 traffic but lets IPv6 traffic bypass the tunnel — exposing your IPv6 address to destinations.
Explanation
Many older VPN configurations were built assuming IPv4-only. If your device supports IPv6 (most modern devices do) and the VPN client does not disable IPv6 or route it through the tunnel, then a destination that supports IPv6 will connect to you directly over IPv6, bypassing the VPN entirely — and see your real IPv6 address. Test for IPv6 leaks with ipleak.net. Modern VPN clients either block IPv6 outright or route it through the tunnel. Web proxies are largely unaffected because the browser makes all requests to the proxy domain over whichever IP version resolves, and the proxy handles both.
Related terms