X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdb0sdx.pl;h=4fab75b2be2edcc4507e4fe2d9f0532c16202dcb;hb=65a4b5776154155cb012fe7968558d0449d74ef3;hp=c90ecf976215f810ed64f30c520437509ee6dd3b;hpb=a162f8f36fe83f8e45b284a5aa5e71022dcd8be2;p=spider.git diff --git a/cmd/show/db0sdx.pl b/cmd/show/db0sdx.pl index c90ecf97..4fab75b2 100644 --- a/cmd/show/db0sdx.pl +++ b/cmd/show/db0sdx.pl @@ -13,7 +13,7 @@ my @out; $line = uc $line; return (1, $self->msg('e24')) unless $Internet::allow; return (1, "SHOW/DB0SDX , e.g. SH/DB0SDX ea7wa") unless $line && is_callsign($line); -my $target = 'dotnet.grossmann.com'; +my $target = $Internet::db0sdx_url || 'dotnet.grossmann.com'; my $port = 80; my $cmdprompt = '/query->.*$/';