X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FInternet.pm;h=18182c77d9666119f8638b3d91f16b9d4950d9ca;hb=6c8062c1356fe49974da2df121852b41971f7b77;hp=44aacbed6d2aaba8f510eeb23807e72dfa8af888;hpb=3acdc2b85c646b97ecb7504fb5e982a8b5839455;p=spider.git diff --git a/perl/Internet.pm b/perl/Internet.pm index 44aacbed..18182c77 100644 --- a/perl/Internet.pm +++ b/perl/Internet.pm @@ -29,6 +29,7 @@ $allow = 0; # $qrz_uid = 'gb7xxx'; # + $qrz_uid = undef; # @@ -40,6 +41,38 @@ $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 +$contest_host = 'www.sk3bg.se'; # used by show/contest +$contest_url = "http://$contest_url/contest/text"; # used by show/contest + # # end # + +1;