--- UsageStats.pm.orig 2017-05-22 09:15:13.000000000 +0200 +++ UsageStats.pm 2017-06-02 11:47:35.121674450 +0200 @@ -357,6 +357,7 @@ my $url = "https://hea.koha-community.org/upload.pl"; my $ua = LWP::UserAgent->new; + $ua->proxy(['http','https','ftp'], 'http://my.proxy.server:3128/'); my $res = $ua->post( $url, 'Content-type' => 'application/json;charset=utf-8',