This commit is contained in:
Sandro Jäckel 2022-10-31 00:07:05 +01:00
parent e8cc636474
commit 3dffe5372a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -4280,10 +4280,7 @@ sub nic_noip_update {
info("setting IP address to %s for %s", $ip, $hosts);
verbose("UPDATE:", "updating %s", $hosts);
my $url = "https://$config{$h}{'server'}/nic/update?system=";
$url .= 'noip';
$url .= "&hostname=$hosts";
$url .= "&myip=";
my $url = "https://$config{$h}{'server'}/nic/update?system=noip&hostname=$hosts&myip=";
$url .= $ip if $ip;
my $reply = geturl(