]> git.donarmstrong.com Git - debbugs.git/commitdiff
add 70.70.91.207 to the ignores
authorDebian BTS <debbugs@spohr>
Wed, 18 Oct 2006 22:28:25 +0000 (15:28 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 1 Apr 2023 05:54:02 +0000 (22:54 -0700)
cgi/bugreport.cgi
cgi/pkgreport.cgi

index 26324c3e29c37adafd6dfc3d4e295851c701a3a4..5aecd33556e3388ebb6f751ef806f9a0e4e5c872 100755 (executable)
@@ -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;
index 3ce4332862dfe5de3a38bfee7536df19c19da026..966fdf138e61eb0a46f90037d58b8b25291f8f8d 100755 (executable)
@@ -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;