How to get external ip and port from stun server? For example Google's stun server, stun.l.google.com
So I can use that to establish P2P connection with sockets between clients behind NAT.
Currently, I can only connect to peers in local network, but I want to connect peers outside of local network with sockets.