WebRTC Leak Test — see every address your browser will hand out
Open a real peer connection, enumerate every ICE candidate, and compare them against the address you are actually connecting from. Detects VPN bypass in the browser.
Read: how WebRTC leaks actually happen
Frequently asked
Does a private 192.168 address count as a leak?
Not a public one. It reveals your LAN structure to any page you visit, which is a real if minor privacy issue, but it does not identify you on the internet. Modern browsers obfuscate these behind mDNS hostnames by default.
Why does the test show no candidates at all?
Either WebRTC is disabled by an extension or enterprise policy, or your network blocks UDP to STUN servers. Both prevent leaks, and both also break video calling.
My VPN says it has WebRTC protection. Why do I still see my real address?
Many VPN browser extensions only set the WebRTC IP handling policy for the browser they are installed in. A different browser, or the VPN app alone without the extension, often leaves the leak path open.