lego/providers/dns
JanB 4d9e4f1487 Make sure we don't provision to a private hosted zone
Route 53 allows multiple zones with the same name to co-exist in an
account. The most common use case for this is a split-view DNS with one
private and one public zone for the same domain name. This patch makes
sure we don’t ever provision the authorization record to the private
zone.
The other case where a user has multiple public zones with the same
name is not covered here since this would require a bigger change in
code in order to determine which of the zones is active from the
viewpoint of the internet. Also this is probably an edge use case that
can be addressed once it comes up in the issues.
2016-04-21 15:47:43 +02:00
..
cloudflare Retry logic for dnsQuery 2016-04-12 00:24:11 +01:00
digitalocean Retry logic for dnsQuery 2016-04-12 00:24:11 +01:00
dnsimple Retry logic for dnsQuery 2016-04-12 00:24:11 +01:00
dyn Make DNS provider credential-handling more consistent. 2016-03-20 11:40:30 -07:00
gandi Retry logic for dnsQuery 2016-04-12 00:24:11 +01:00
googlecloud Make DNS provider credential-handling more consistent. 2016-03-20 11:40:30 -07:00
namecheap Make DNS provider credential-handling more consistent. 2016-03-20 11:40:30 -07:00
rfc2136 Retry logic for dnsQuery 2016-04-12 00:24:11 +01:00
route53 Make sure we don't provision to a private hosted zone 2016-04-21 15:47:43 +02:00
vultr Add DNS challenge provider for Vultr. 2016-03-23 20:35:23 +00:00