X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fbadip.pl;fp=cmd%2Fshow%2Fbadip.pl;h=832c98cdc470027c7194573dcf40655034b3638d;hb=dc9a699965ba5a2e347a72d4ba8b0612f8adc63e;hp=a92329c9fde1d1c4ed350ef23fe9619b01493e2b;hpb=19241b6f37923a92a56bf7890a5126f30f9b9d05;p=spider.git diff --git a/cmd/show/badip.pl b/cmd/show/badip.pl index a92329c9..832c98cd 100644 --- a/cmd/show/badip.pl +++ b/cmd/show/badip.pl @@ -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";