WebRTC leak test

WebRTC is a protocol used by browsers for video calls and P2P. It can reveal your real IP address even if you're using a VPN.

⏳ Testing… (5 seconds)

How to read the result

How do I fix a WebRTC leak?

Option 1 — Use a VPN that blocks WebRTC:

Option 2 — Disable WebRTC manually in your browser:

Why can WebRTC reveal my real IP?

WebRTC uses a protocol called STUN to discover your real IP address, in order to set up a direct connection between two devices. This discovery happens outside the VPN tunnel on some configurations — hence the leak.

It's one of the most common and hardest leaks to detect, because it only happens in the browser. Most decent VPNs block WebRTC natively, but it's worth verifying.

Related tools