Merge pull request #646 from toniwiki/fix-dondominio-response-treatment

Fix DonDominio service response treatment
This commit is contained in:
Lenard Hess 2024-03-28 23:25:29 +01:00 committed by GitHub
commit 9885d55a37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6935,7 +6935,7 @@ sub nic_dondominio_update {
my @reply = split /\n/, $reply;
my $returned = pop(@reply);
if ($returned =~ /OK/) {
if ($returned =~ /OK/ || $returned =~ /IP:$ip/) {
$config{$h}{'ip'} = $ip;
$config{$h}{'mtime'} = $now;
$config{$h}{'status'} = 'good';