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