X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cgi%2Fbugreport.cgi;h=39a0ccb5a1961b2a3ef96afd17deda7e49c61d3e;hb=70935461e1f4658cc990d1eb4beff37f398ff88f;hp=26324c3e29c37adafd6dfc3d4e295851c701a3a4;hpb=c6d464bdc8e11b42f4a1b629eaf9771d688f15ce;p=debbugs.git diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 26324c3..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)/) { +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;