X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fbadip.pl;h=b378abde47e08a89f63a0e20e2376460fa4af5c8;hb=f8de8b2dedec09d040a107af6bb82e31e4667c87;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();