X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtHandle.pm;h=8a35bbbf137c47369637619354823928618a9637;hb=ceb2daf21a03249decadc86f4b90711fe8a53b0e;hp=efc6c159abd5414d5c3aff2b67abe3195a634870;hpb=400227d4bd709387099bf224b1c00a6f988c8196;p=spider.git diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index efc6c159..8a35bbbf 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -201,7 +201,8 @@ sub handle_11 $ip =~ s/,/:/g; $ip =~ s/^::ffff://; if (DXCIDR::find($ip)) { - + dbg("DXProt: Spot ignore $pc->[8] in badip list") if dbg('badip'); + return; } }