Merge pull request #462 from tchebb/cloudflare-cleanup

This commit is contained in:
Sandro 2022-09-25 22:13:33 +02:00 committed by GitHub
commit ca3be487f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5821,7 +5821,6 @@ sub nic_cloudflare_update {
# FQDNs # FQDNs
for my $domain (@hosts) { for my $domain (@hosts) {
(my $hostname = $domain) =~ s/\.$config{$key}{zone}$//;
my $ipv4 = delete $config{$domain}{'wantipv4'}; my $ipv4 = delete $config{$domain}{'wantipv4'};
my $ipv6 = delete $config{$domain}{'wantipv6'}; my $ipv6 = delete $config{$domain}{'wantipv6'};