summaryrefslogtreecommitdiff
path: root/MyProxy.pl
diff options
context:
space:
mode:
Diffstat (limited to 'MyProxy.pl')
-rwxr-xr-xMyProxy.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/MyProxy.pl b/MyProxy.pl
index df1cda4..31cf179 100755
--- a/MyProxy.pl
+++ b/MyProxy.pl
@@ -238,7 +238,7 @@ sub jumpFilter {
Restore_Type => 1,
);
}
- my $proxy=HTTP::Proxy->new(port=>$PORT);
+ my $proxy=HTTP::Proxy->new(port=>$PORT,engine=>'ScoreBoard');
$proxy->push_filter(request => HTTP::Proxy::HeaderFilter::simple->new(\&doFilter));
$proxy->push_filter(request => HTTP::Proxy::HeaderFilter::simple->new(\&jumpFilter));
$logger->info("Running on port ".$proxy->port());