We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Below code in check_and_update_dns()
record = get_dns_record(zone_id, domain_name)
the record['zone_id'] is missing we can use domain_data['zone_id'] instead of it.