X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FInternet.pm;h=b6a387ee36fb98bc03d0da059e263b2f36fdc060;hb=66ff43a4977e5877448981a7e3674a5c52b214ed;hp=44aacbed6d2aaba8f510eeb23807e72dfa8af888;hpb=3acdc2b85c646b97ecb7504fb5e982a8b5839455;p=spider.git diff --git a/perl/Internet.pm b/perl/Internet.pm index 44aacbed..b6a387ee 100644 --- a/perl/Internet.pm +++ b/perl/Internet.pm @@ -40,6 +40,27 @@ $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 # + +1;