From: Debian BTS Date: Wed, 18 Oct 2006 22:28:25 +0000 (-0700) Subject: add 70.70.91.207 to the ignores X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=1fc416d86ed04e1f3952ea5db2b76b2c7d3b90b6 add 70.70.91.207 to the ignores --- diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 26324c3..5aecd33 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -33,7 +33,7 @@ use URI::Escape qw(uri_escape_utf8); use List::AllUtils qw(max); if (defined $ENV{REMOTE_ADDR} and $ENV{REMOTE_ADDR} =~ /(?:218\.175\.56\.14|64\.126\ -.93\.93|72\.17\.168\.57|208\.138\.29\.104|66\.63\.250\.28)/) { +.93\.93|72\.17\.168\.57|208\.138\.29\.104|66\.63\.250\.28|71\.70\.91\.207)/) { print "Content-Type: text/html\n\nGo away."; sleep(5); exit 0; diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index 3ce4332..966fdf1 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -57,7 +57,7 @@ my $default_params = {ordering => 'normal', }; if (defined $ENV{REMOTE_ADDR} and $ENV{REMOTE_ADDR} =~ /(?:218\.175\.56\.14|64\.126\ -.93\.93|72\.17\.168\.57|208\.138\.29\.104|66\.63\.250\.28)/) { +.93\.93|72\.17\.168\.57|208\.138\.29\.104|66\.63\.250\.28|71\.70\.91\.207)/) { sleep(5); print "Content-Type: text/html\n\nGo away."; exit 0;