Let's push also CAA for nohost.me ... Assuming dynette will eventually allow it ..

This commit is contained in:
Alexandre Aubin 2020-04-19 02:44:39 +02:00
parent a33ae634c3
commit da112a3668

View file

@ -259,11 +259,6 @@ def dyndns_update(operation_logger, dyn_host="dyndns.yunohost.org", domain=None,
dns_conf = _build_dns_conf(domain)
for i, record in enumerate(dns_conf["extra"]):
# Ignore CAA record ... not sure why, we could probably enforce it...
if record[3] == "CAA":
del dns_conf["extra"][i]
# Delete custom DNS records, we don't support them (have to explicitly
# authorize them on dynette)
for category in dns_conf.keys():