static S smartBot_findMyExternalURL() { S ip = myFirewallIP(); for (int port = 4678; port <= 4681; port++) { S url = "http://" + ip + ":" + port; if (swic(loadPageWithTimeout(url, 10000), "Smart Bot")) ret url; } null; }