static S ipToHost(S ip) { ret InetAddress.getByName(ip).getCanonicalHostName(); }