What This Means
WebRTC Leak: When your browser exposes your real IP address through WebRTC (Web Real-Time Communication), even when using a VPN. This can reveal your identity to websites.
Local/Private IPs: Addresses like 192.168.x.x or 10.x.x.x are internal network addresses. While less sensitive, they can still be used for fingerprinting.
Public IPs: Your real public IP address. If this appears while on a VPN, your VPN is leaking your identity.
Disclaimer: Modern browsers may mask local IPs using mDNS (.local addresses); results vary by browser, extensions, and VPN configuration.
How to Fix WebRTC Leaks
Firefox: Disable WebRTC by going to about:config and setting media.peerconnection.enabled to false
Chrome/Edge: Install a WebRTC blocking extension like "WebRTC Leak Prevent" or "uBlock Origin" (with WebRTC blocking enabled)
Use a VPN with WebRTC protection: Many premium VPNs include built-in WebRTC leak protection that blocks these requests
Use browser privacy mode: Some browsers block WebRTC in private/incognito mode or with enhanced tracking protection
Test again after changes: After applying fixes, run this test again to verify WebRTC is properly blocked