X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FInternet.pm;h=49cc1ff6376adcd687e6b2ac2a6acd56621d2aa5;hb=bf5eb90cfb12c5070db6726af98d1d464bdb4ea3;hp=44aacbed6d2aaba8f510eeb23807e72dfa8af888;hpb=3acdc2b85c646b97ecb7504fb5e982a8b5839455;p=spider.git diff --git a/perl/Internet.pm b/perl/Internet.pm index 44aacbed..49cc1ff6 100644 --- a/perl/Internet.pm +++ b/perl/Internet.pm @@ -40,6 +40,23 @@ $qrz_uid = undef; $qrz_pw = undef; +# +# the address of any HTTP proxy you might be using +# +# leave as is unless you need one +# + +$http_proxy = undef; + +# +# HTTP proxy port - again leave alone unless you need this +# + +$http_proxy_port = undef; + + # # end # + +1;