log.info("DNS IPv4 and IPv6 records not found for configured dns host. Try to keep original name.")
finally:
ifnotnameserver:
nameserver=[config["DNS"]["Host"]]
resolver=dns.resolver.Resolver(configure=False)
log.info("A and/or AAAA DNS resources not found for configured dns host: we will use either resource found if exists or directly the DNS Host configuration.")
ifnotnameserver:
nameserver=[config["DNS"]["Host"]]
resolver.nameservers=nameserver
resolver.retry_servfail=True
log.info("Parsing account key looking for public key.")
self.assertIn("INFO:acme_dns_tiny:A and/or AAAA DNS resources not found for configured dns host: we will use either resource found if exists or directly the DNS Host configuration.",