static S smartBotIP() null on exception { URL url = new URL(smartBotURL()); S host = url.getHost(); ret isIPv4(host) ? host : null; }