X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cgi%2Fbugreport.cgi;fp=cgi%2Fbugreport.cgi;h=39a0ccb5a1961b2a3ef96afd17deda7e49c61d3e;hb=b7e1ca1049f45b3f7c8d4f2ad0f65c7f772b5473;hp=5aecd33556e3388ebb6f751ef806f9a0e4e5c872;hpb=8b4a9955316a0411a9cf5d0ab18a7451cef21771;p=debbugs.git 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;