Hacker News new | ask | show | jobs
by echeese 4131 days ago
Why would you want to disable STUN requests? Wouldn't they just return the public-facing IP that the server already knows about?
1 comments

Did you even read the article and click the demo link? :) https://diafygi.github.io/webrtc-ips/
Yeah, but you don't even need a stun server for that. The browser itself provides the local IP addresses.
Oh, I thought it had to read them back from the STUN server negotiation because of javascript limitations.