DOMAIN_CF removed

This commit is contained in:
Zsolt Ero
2024-06-24 16:48:13 +02:00
parent 5f27cade7a
commit dd7965726a
6 changed files with 3 additions and 44 deletions

View File

@@ -150,15 +150,6 @@ def update_records(c, working_hosts) -> bool:
cloudflare_api_token=cloudflare_api_token,
)
updated |= set_records_round_robin(
zone_id=zone_id,
name=c['domain_cf'],
host_ip_set=working_hosts,
proxied=True,
comment='domain_cf',
cloudflare_api_token=cloudflare_api_token,
)
return updated