6061626364656667
return list.get(0); } } public static boolean getTor(String addr) throws TextParseException, UnknownHostException { DNSBLClient dnsbl = new DNSBLClient("tor.ahbl.org"); return (dnsbl.checkIP(addr)); }