static bool isPublicIP(S ip) ctex { InetAddress addr = InetAddress.getByName(ip); ip = addr.getHostAddress(); ret !( ip.startsWith("127.") || ip.startsWith("fe") || addr.isSiteLocalAddress()); }