X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FInternet.pm;h=49cc1ff6376adcd687e6b2ac2a6acd56621d2aa5;hb=bf5eb90cfb12c5070db6726af98d1d464bdb4ea3;hp=32c62742c8a25b01991d0d5c667ef566302d3b76;hpb=81beb992bd4264a58ff5906a634ed0b2c95df2ae;p=spider.git diff --git a/perl/Internet.pm b/perl/Internet.pm index 32c62742..49cc1ff6 100644 --- a/perl/Internet.pm +++ b/perl/Internet.pm @@ -40,6 +40,21 @@ $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 #