allow /32 etc in is_ipaddr
[spider.git] / cmd / show / badip.pl
index a92329c9fde1d1c4ed350ef23fe9619b01493e2b..832c98cdc470027c7194573dcf40655034b3638d 100644 (file)
@@ -24,7 +24,7 @@ my $count = 0;
 if (@in) {
        foreach my $ip (@in) {
                if (DXCIDR::find($ip)) {
-                       push @out, "$ip FOUND";
+                       push @out, "$ip DIRTY";
                        ++$count;
                } else {
                        push @out, "$ip CLEAN";