From b7e1ca1049f45b3f7c8d4f2ad0f65c7f772b5473 Mon Sep 17 00:00:00 2001 From: Debian BTS Date: Thu, 3 Jul 2008 23:50:52 +0000 Subject: [PATCH] add more ips to deny --- cgi/bugreport.cgi | 3 +-- cgi/pkgreport.cgi | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 5aecd33..39a0ccb 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -32,8 +32,7 @@ use Debbugs::Text qw(:templates); 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|71\.70\.91\.207)/) { +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|71\.70\.91\.207|219\.129\.83\.13)/) { print "Content-Type: text/html\n\nGo away."; sleep(5); exit 0; diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index d2106ff..fceec18 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|71\.70\.91\.207|121\.14\.75\.|121\.14\.96\.)/) { +.93\.93|72\.17\.168\.57|208\.138\.29\.104|66\.63\.250\.28|71\.70\.91\.207|121\.14\.75\.|121\.14\.96\.|219\.129\.83\.13|58\.254\.39\.23)/) { sleep(5); print "Content-Type: text/html\n\nGo away."; exit 0; -- 2.39.2