cloudflare: Remove unused $hostname variable
This is no longer used since commit 6c951a0395
("Add files via
upload"), which updated to the Cloudflare API v4. The new API does not
require any preprocessing of the domain name.
This commit is contained in:
parent
36b8db950f
commit
8a6b9d0862
1 changed files with 0 additions and 1 deletions
|
@ -5821,7 +5821,6 @@ sub nic_cloudflare_update {
|
|||
|
||||
# FQDNs
|
||||
for my $domain (@hosts) {
|
||||
(my $hostname = $domain) =~ s/\.$config{$key}{zone}$//;
|
||||
my $ipv4 = delete $config{$domain}{'wantipv4'};
|
||||
my $ipv6 = delete $config{$domain}{'wantipv6'};
|
||||
|
||||
|
|
Loading…
Reference in a new issue