Getting Public IP of hub

HubAction doesn’t support DNS resolution, so the only way to get it to work was to take the hostname, use google DNS to return the IP address and then use that IP address with HubAction

The alternative solution is to have HubAction resolve DNS names like httpGet (and hopefully also support HTTPS) and problem resolved.