X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FInternet.pm;h=b6a387ee36fb98bc03d0da059e263b2f36fdc060;hb=0580815a564ec6d31dca02ea98e1bbc2a23b0815;hp=49cc1ff6376adcd687e6b2ac2a6acd56621d2aa5;hpb=bf5eb90cfb12c5070db6726af98d1d464bdb4ea3;p=spider.git diff --git a/perl/Internet.pm b/perl/Internet.pm index 49cc1ff6..b6a387ee 100644 --- a/perl/Internet.pm +++ b/perl/Internet.pm @@ -45,12 +45,16 @@ $qrz_pw = undef; # # leave as is unless you need one # +# eg: $http_proxy = 'wwwcache.demon.co.uk'; +# $http_proxy = undef; # # HTTP proxy port - again leave alone unless you need this # +# eg: $http_proxy_port = 8080; +# $http_proxy_port = undef;