]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/pkgreport.cgi
Fix default user for usertags
[debbugs.git] / cgi / pkgreport.cgi
index 966fdf138e61eb0a46f90037d58b8b25291f8f8d..fceec183c07896d8991e4f9ef232afeeb65cf74c 100755 (executable)
@@ -56,8 +56,8 @@ my $default_params = {ordering => 'normal',
                      exclude      => [],
                     };
 
-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|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;