Merge pull request #343 from zraexy/patch-1
This commit is contained in:
commit
17160fb016
1 changed files with 1 additions and 1 deletions
|
@ -5548,7 +5548,7 @@ sub nic_cloudflare_update {
|
|||
info("getting Cloudflare Zone ID for %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(proxy => opt('proxy'),
|
||||
|
|
Loading…
Reference in a new issue