X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fbadip.pl;h=b378abde47e08a89f63a0e20e2376460fa4af5c8;hb=61fe8f951eba89d430046d23bca9d65b30561578;hp=475abde165e2856454874dcc5147be223868a916;hpb=ceb2daf21a03249decadc86f4b90711fe8a53b0e;p=spider.git diff --git a/cmd/show/badip.pl b/cmd/show/badip.pl index 475abde1..b378abde 100644 --- a/cmd/show/badip.pl +++ b/cmd/show/badip.pl @@ -14,7 +14,7 @@ my @added; my @in = split /\s+/, $line; my $maxlth = 0; -$DB::single = 1; +#$DB::single = 1; my @list = map {my $s = $_; $s =~ s|/32$||; $maxlth = length $s if length $s > $maxlth; $s =~ /^1$/?undef:$s} DXCIDR::list();