X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FInternet.pm;h=98ae03612c9bf3316e3f46db469a6fa300472e5f;hb=65a4b5776154155cb012fe7968558d0449d74ef3;hp=32c62742c8a25b01991d0d5c667ef566302d3b76;hpb=81beb992bd4264a58ff5906a634ed0b2c95df2ae;p=spider.git diff --git a/perl/Internet.pm b/perl/Internet.pm index 32c62742..98ae0361 100644 --- a/perl/Internet.pm +++ b/perl/Internet.pm @@ -29,6 +29,7 @@ $allow = 0; # $qrz_uid = 'gb7xxx'; # + $qrz_uid = undef; # @@ -40,6 +41,34 @@ $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; + +# +# list of urls that are used in commands, here so that they +# can be changed if necessary. +# + +$qrz_url = 'www.qrz.com'; # used by show/qrz +$wm7d_url = 'www.wm7d.net'; # used by show/wm7d +$db0sdx_url = 'dotnet.grossmann.com'; # used by show/db0sdx +$dx425_url = 'www.ariscandicci.it'; # used by show/425 + # # end #