WEBRTC_LEAK_TEST
Check if WebRTC is exposing your real IP address
TESTING_WEBRTC...
WEBRTC_FAQ
What is a WebRTC leak?
WebRTC (Web Real-Time Communication) can reveal your real IP address even when using a VPN. It's designed for peer-to-peer connections and may bypass VPN tunnels.
Why is WebRTC leak testing important?
If you're using a VPN for privacy, a WebRTC leak can expose your real IP address to websites, defeating the purpose of the VPN.
How can I prevent WebRTC leaks?
Most browsers have settings or extensions to disable WebRTC. Firefox users can set 'media.peerconnection.enabled' to false in about:config. Chrome users can use extensions like WebRTC Leak Prevent.
What are local vs public IPs?
Local IPs (like 192.168.x.x) are internal network addresses. Public IPs are your internet-facing address. Both can be exposed via WebRTC.