]> git.donarmstrong.com Git - debbugs.git/commitdiff
add random uncommited changes
authorDebian BTS <debbugs@rietz>
Sun, 10 Feb 2008 22:57:10 +0000 (22:57 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sat, 1 Apr 2023 05:54:02 +0000 (22:54 -0700)
cgi/pkgreport.cgi

index 966fdf138e61eb0a46f90037d58b8b25291f8f8d..d2106ff8ec3661c15d969de6783abcb340784cfb 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\.)/) {
     sleep(5);
     print "Content-Type: text/html\n\nGo away.";
     exit 0;