public void run() {
try {
// Perform the jSTUN discovery
DiscoveryTest disc = new DiscoveryTest(localAddress, stunHost,
stunPort);
DiscoveryInfo di = disc.test();
InetAddress ip = di.getPublicIP();
/*
* If a public IP was retrieved, add it to the local addresses
* of the Socks5 proxy for external clients to be able to
* connect to me.