diff --git a/ddclient b/ddclient index 5f65d95..8d39898 100755 --- a/ddclient +++ b/ddclient @@ -4262,7 +4262,7 @@ sub nic_cloudflare_update { verbose("UPDATE:","updating %s", $domain); # Get zone ID - my $url = "https://$config{$key}{'server'}/zones?"; + my $url = "https://$config{$key}{'server'}/zones/?"; $url .= "name=".$config{$key}{'zone'}; my $reply = geturl(opt('proxy'), $url, undef, undef, $headers);