forked from TrueCloudLab/lego
b2aab0377c
* dns/route53: Allow specifying hosted zone ID This commit adds support for specifying hosted zone ID via the environment variable AWS_HOSTED_ZONE_ID. If this is not specified, the previous discovery process is used. This is useful in environments where multiple hosted zones for the same domain name are present in an account. * dns/route53: Fix up getHostedZoneID method params Now that getHostedZoneID is a method on the DNSProvider struct, there is no reason for it to take the Route53 client as a parameter - we can simply use the reference stored in the struct. |
||
---|---|---|
.. | ||
auroradns | ||
azure | ||
cloudflare | ||
digitalocean | ||
dnsimple | ||
dnsmadeeasy | ||
dnspod | ||
dyn | ||
exoscale | ||
gandi | ||
googlecloud | ||
linode | ||
namecheap | ||
ns1 | ||
ovh | ||
pdns | ||
rackspace | ||
rfc2136 | ||
route53 | ||
vultr | ||
dns_providers.go | ||
dns_providers_test.go |