This commit is contained in:
Alexandre Aubin 2021-09-19 17:40:21 +02:00
parent 69c756918f
commit c12f9b64ea

View file

@ -197,7 +197,7 @@ def _build_dns_conf(base_domain, include_empty_AAAA_if_no_ipv6=False):
if ipv6:
basic.append([basename, ttl, "AAAA", ipv6])
elif include_empty_aaaa_if_no_ipv6:
elif include_empty_AAAA_if_no_ipv6:
basic.append(["@", ttl, "AAAA", None])
#########