X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FInternet.pm;h=e211728198e61a10bfde457dfe358941bb0b4380;hb=c8e15fc7003b239a21787cf79f22debdf3c419fd;hp=18182c77d9666119f8638b3d91f16b9d4950d9ca;hpb=caf197683012300feef595d20d55aa46cf3de0f8;p=spider.git diff --git a/perl/Internet.pm b/perl/Internet.pm index 18182c77..e2117281 100644 --- a/perl/Internet.pm +++ b/perl/Internet.pm @@ -8,7 +8,7 @@ # # Copyright (c) 2000 Dirk Koopman G1TLH # -# $Id$ +# # package Internet; @@ -60,16 +60,18 @@ $http_proxy = undef; $http_proxy_port = undef; # -# list of urls that are used in commands, here so that they +# list of urls and other things 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 +$db0sdx_url = 'www.qslinfo.de'; # used by show/db0sdx +$db0sdx_path = '/qslinfo'; +$db0sdx_suffix = '.asmx'; $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 +$contest_url = "http://$contest_host/contest/text"; # used by show/contest # # end