lego/providers/dns
Ludovic Fernandez bba134ce87
Allow to configure TTL, interval and timeout (#634)
* feat: add GetOrDefaultXXX methods.
* refactor: configuration (alidns).
* refactor: configuration (azure).
* refactor: configuration (auroradns).
* refactor: configuration (bluecat).
* refactor: configuration (cloudflare).
* refactor: configuration (digitalocean).
* refactor: configuration (dnsimple).
* refactor: configuration (dnmadeeasy).
* refactor: configuration (dnspod).
* refactor: configuration (duckdns).
* refactor: configuration (dyn).
* refactor: configuration (exoscale).
* refactor: configuration (fastdns).
* refactor: configuration (gandi).
* refactor: configuration (gandiv5).
* refactor: configuration (gcloud).
* refactor: configuration (glesys).
* refactor: configuration (godaddy).
* refactor: configuration (iij).
* refactor: configuration (lightsail).
* refactor: configuration (linode).
* refactor: configuration (namecheap).
* refactor: configuration (namedotcom).
* refactor: configuration (netcup).
* refactor: configuration (nifcloud).
* refactor: configuration (ns1).
* refactor: configuration (otc).
* refactor: configuration (ovh).
* refactor: configuration (pdns).
* refactor: configuration (rackspace).
* refactor: configuration (rfc2136).
* refactor: configuration (route53).
* refactor: configuration (sakuracloud).
* refactor: configuration (vegadns).
* refactor: configuration (vultr).
2018-09-15 19:07:24 +02:00
..
acmedns DNS Providers: Add ACME-DNS provider. (#591) 2018-07-09 19:28:01 +02:00
alidns Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
auroradns Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
azure Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
bluecat Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
cloudflare Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
cloudxns Review DNS providers (#580) 2018-06-21 19:06:16 +02:00
digitalocean Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
dnsimple Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
dnsmadeeasy Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
dnspod Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
duckdns Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
dyn Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
exec Add EXEC_MODE=RAW support to DNS Provider exec (#586) 2018-07-18 01:19:48 +02:00
exoscale Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
fastdns Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
gandi Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
gandiv5 Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
gcloud Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
glesys Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
godaddy Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
iij Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
lightsail Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
linode Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
namecheap Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
namedotcom Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
netcup Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
nifcloud Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
ns1 Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
otc Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
ovh Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
pdns Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
rackspace Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
rfc2136 Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
route53 Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
sakuracloud Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
vegadns Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
vultr Allow to configure TTL, interval and timeout (#634) 2018-09-15 19:07:24 +02:00
dns_providers.go Add DNS Provider for ALIYUN DNS (#620) 2018-09-08 15:17:23 +02:00
dns_providers_test.go Review DNS providers. (#565) 2018-06-11 17:32:50 +02:00