From 8246c65ba8be41b8945be3536a0db4fafe1e5d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Hahn?= Date: Wed, 14 Feb 2024 22:36:48 +0100 Subject: [PATCH] Fix for getting url for keysystems --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 956e777..43c3aa1 100755 --- a/ddclient.in +++ b/ddclient.in @@ -7609,7 +7609,7 @@ sub nic_keysystems_update { my $url = "http://$config{$h}{'server'}/update.php?hostname=$h&password=$config{$h}{'password'}&ip=$ip"; # Try to get URL - my $reply = geturl(opt('proxy'), $url); + my $reply = geturl(proxy => opt('proxy'), url => $url) // ''; # No response, declare as failed if (!defined($reply) || !$reply) {