remove any leading ::ffff: on ipv4 addresses
[spider.git] / perl / Internet.pm
index 5634945f2c61d99d24e87b7ba7530f9b35ed0994..53df5fd29c21a8043444377515a2cbfcbc5c093e 100644 (file)
@@ -8,7 +8,7 @@
 #
 # Copyright (c) 2000 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 package Internet;
@@ -60,17 +60,31 @@ $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
-$dx425_url = 'www.ariscandicci.it';            # used by show/425
-$contest_host = 'www.sk3bg.se';         # used by show/contest
-$contest_url = "http://$contest_host/contest/text";         # used by show/contest
+$db0sdx_url = 'www.qslinfo.de'; # used by show/db0sdx
+$db0sdx_path = '/qslinfo';
+$db0sdx_suffix = '.asmx';
+$dx425_url = 'www.iz5fsa.net';         # used by show/425
+#$contest_host = 'www.sk3bg.se';         # used by show/contest
+#$contest_url = "/contest/text";         # used by show/contest
+
+#SHOW/IK3QAR <callsign> Show the 5 most recent informations found on IK3QAR
+##Callsign Database about QSL Manager, Manager address and comments. This
+##command works for sysop subscribed for the service at:
+##    http://www.ik3qar.it/manager/dxc.php
+##Write the given password below in $ik3qar_pw
+#
+$ik3qar_url = 'www.ik3qar.it';    # used by show/ik3qar
+$ik3qar_pw = 'PUT-PASSWORD-HERE';    # used by show/ik3qar
 
+# NOTE: you must copy $ik3qar_* lines to local/Internet.pm for them to have
+# any effect on an already running node.
+#
 #
 # end
 #