From 1fc416d86ed04e1f3952ea5db2b76b2c7d3b90b6 Mon Sep 17 00:00:00 2001 From: Debian BTS Date: Wed, 18 Oct 2006 15:28:25 -0700 Subject: [PATCH] add 70.70.91.207 to the ignores --- cgi/bugreport.cgi | 2 +- cgi/pkgreport.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2