X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FInternet.pm;h=98ae03612c9bf3316e3f46db469a6fa300472e5f;hb=65a4b5776154155cb012fe7968558d0449d74ef3;hp=b6a387ee36fb98bc03d0da059e263b2f36fdc060;hpb=a162f8f36fe83f8e45b284a5aa5e71022dcd8be2;p=spider.git diff --git a/perl/Internet.pm b/perl/Internet.pm index b6a387ee..98ae0361 100644 --- a/perl/Internet.pm +++ b/perl/Internet.pm @@ -29,6 +29,7 @@ $allow = 0; # $qrz_uid = 'gb7xxx'; # + $qrz_uid = undef; # @@ -58,6 +59,15 @@ $http_proxy = undef; $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