Hacker News new | ask | show | jobs
by maxk42 1917 days ago
Not even that - WebRTC obfuscates your IP via intermediary servers.
1 comments

TURN/STUN servers are not always used, and more often than not only as a fallback if a direct link is not established.
Small addition to avoid confusion: the purpose of STUN is kind of the opposite of TURN in this context. TURN will tunnel the traffic through the server and the clients don't need to know each others real IP addresses. STUN on the other hand is used in order for the clients to learn their real IPs despite NAT and be able to establish a direct connection.