Check if your browser is leaking your real IP address through WebRTC. This vulnerability can expose your identity even when using a VPN.
Checking for IP address leaks through WebRTC...
WebRTC stands for Web Real-Time Communication. It is a technology built into modern web browsers that enables peer-to-peer communication for video calls, voice calls, and file sharing directly in the browser without plugins.
While WebRTC is useful for applications like Google Meet, Zoom, and Discord, it has a significant privacy flaw: it can expose your real IP address to websites, even when you are using a VPN. This happens because WebRTC uses STUN servers to discover your network addresses, and these requests can bypass the VPN tunnel.
WebRTC leaks are a browser-level vulnerability that can defeat VPN protection.
WebRTC uses STUN servers to find your public IP for peer-to-peer connections. These requests can bypass VPN tunnels, revealing your real IP address to any website that requests it.
WebRTC can also reveal your local network IP addresses, exposing information about your internal network configuration that should remain private.
Any website can use JavaScript to access WebRTC without your knowledge or permission. No special permissions are needed, making this a particularly dangerous vulnerability.
You can prevent WebRTC leaks by disabling it in your browser or using a VPN that blocks WebRTC requests.
Type about:config in the address bar, search for media.peerconnection.enabled, and set it to false. This completely disables WebRTC in Firefox.
Chrome does not allow fully disabling WebRTC through settings. Install a WebRTC leak prevention extension like WebRTC Leak Prevent or uBlock Origin to block WebRTC requests.
Go to Safari Preferences, Advanced tab, enable Show Develop menu. Then in the Develop menu, go to Experimental Features and uncheck WebRTC mDNS ICE candidates.
VPNWG's WireGuard implementation ensures all traffic, including WebRTC STUN requests, is routed through the encrypted tunnel, preventing any IP leaks.
Get complete IP leak protection with WireGuard-powered tunneling. All traffic routed, all leaks blocked.