X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FInternet.pm;h=b6a387ee36fb98bc03d0da059e263b2f36fdc060;hb=6624dcdf07d628e8d6a16fc6549edf40be25b7b2;hp=32c62742c8a25b01991d0d5c667ef566302d3b76;hpb=ca8e84c32e70ea8eb1f30e716b7dbdc92f7e5083;p=spider.git diff --git a/perl/Internet.pm b/perl/Internet.pm index 32c62742..b6a387ee 100644 --- a/perl/Internet.pm +++ b/perl/Internet.pm @@ -40,6 +40,25 @@ $qrz_uid = undef; $qrz_pw = undef; +# +# the address of any HTTP proxy you might be using +# +# 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; + + # # end #