From 12b86d00bca0a5d0f4ca4c2c193ea014457e6bdb Mon Sep 17 00:00:00 2001 From: minima Date: Sat, 22 Feb 2003 22:17:23 +0000 Subject: [PATCH] change qrz address --- cmd/show/qrz.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/show/qrz.pl b/cmd/show/qrz.pl index a3965c83..7122992f 100644 --- a/cmd/show/qrz.pl +++ b/cmd/show/qrz.pl @@ -15,10 +15,10 @@ my @out; return (1, $self->msg('e24')) unless $Internet::allow; return (1, "SHOW/QRZ , e.g. SH/QRZ g1tlh") unless @list; -my $target = $Internet::http_proxy || 'u2.qrz.com'; +my $target = $Internet::http_proxy || 'www.qrz.com'; my $port = $Internet::http_proxy_port || 80; my $url = ''; -$url = 'http://u2.qrz.com' if $Internet::http_proxy; +$url = 'http://www.qrz.com' if $Internet::http_proxy; use Net::Telnet; -- 2.34.1