forked from TrueCloudLab/lego
Adds 'Since' to DNS providers documentation (#854)
This commit is contained in:
parent
6878dbbeba
commit
7c680a2438
112 changed files with 165 additions and 0 deletions
|
@ -83,6 +83,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/acmedns/acmedns.toml
|
||||
fmt.Fprintln(w, `Configuration for Joohoi's ACME-DNS.`)
|
||||
fmt.Fprintln(w, `Code: 'acme-dns'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.1.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -97,6 +98,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/alidns/alidns.toml
|
||||
fmt.Fprintln(w, `Configuration for Alibaba Cloud DNS.`)
|
||||
fmt.Fprintln(w, `Code: 'alidns'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.1.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -117,6 +119,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/auroradns/auroradns.toml
|
||||
fmt.Fprintln(w, `Configuration for Aurora DNS.`)
|
||||
fmt.Fprintln(w, `Code: 'auroradns'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.4.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -137,6 +140,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/azure/azure.toml
|
||||
fmt.Fprintln(w, `Configuration for Azure.`)
|
||||
fmt.Fprintln(w, `Code: 'azure'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.4.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -161,6 +165,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/bluecat/bluecat.toml
|
||||
fmt.Fprintln(w, `Configuration for Bluecat.`)
|
||||
fmt.Fprintln(w, `Code: 'bluecat'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.5.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -184,6 +189,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/cloudflare/cloudflare.toml
|
||||
fmt.Fprintln(w, `Configuration for Cloudflare.`)
|
||||
fmt.Fprintln(w, `Code: 'cloudflare'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.3.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -204,6 +210,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/cloudns/cloudns.toml
|
||||
fmt.Fprintln(w, `Configuration for ClouDNS.`)
|
||||
fmt.Fprintln(w, `Code: 'cloudns'`)
|
||||
fmt.Fprintln(w, `Since: 'v2.3.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -224,6 +231,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/cloudxns/cloudxns.toml
|
||||
fmt.Fprintln(w, `Configuration for CloudXNS.`)
|
||||
fmt.Fprintln(w, `Code: 'cloudxns'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.5.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -244,6 +252,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/conoha/conoha.toml
|
||||
fmt.Fprintln(w, `Configuration for ConoHa.`)
|
||||
fmt.Fprintln(w, `Code: 'conoha'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.2.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -266,6 +275,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/designate/designate.toml
|
||||
fmt.Fprintln(w, `Configuration for Designate DNSaaS for Openstack.`)
|
||||
fmt.Fprintln(w, `Code: 'designate'`)
|
||||
fmt.Fprintln(w, `Since: 'v2.2.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -288,6 +298,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/digitalocean/digitalocean.toml
|
||||
fmt.Fprintln(w, `Configuration for Digital Ocean.`)
|
||||
fmt.Fprintln(w, `Code: 'digitalocean'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.3.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -307,6 +318,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/dnsimple/dnsimple.toml
|
||||
fmt.Fprintln(w, `Configuration for DNSimple.`)
|
||||
fmt.Fprintln(w, `Code: 'dnsimple'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.3.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -326,6 +338,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/dnsmadeeasy/dnsmadeeasy.toml
|
||||
fmt.Fprintln(w, `Configuration for DNS Made Easy.`)
|
||||
fmt.Fprintln(w, `Code: 'dnsmadeeasy'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.4.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -347,6 +360,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/dnspod/dnspod.toml
|
||||
fmt.Fprintln(w, `Configuration for DNSPod.`)
|
||||
fmt.Fprintln(w, `Code: 'dnspod'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.4.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -366,6 +380,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/dode/dode.toml
|
||||
fmt.Fprintln(w, `Configuration for Domain Offensive (do.de).`)
|
||||
fmt.Fprintln(w, `Code: 'dode'`)
|
||||
fmt.Fprintln(w, `Since: 'v2.4.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -386,6 +401,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/dreamhost/dreamhost.toml
|
||||
fmt.Fprintln(w, `Configuration for DreamHost.`)
|
||||
fmt.Fprintln(w, `Code: 'dreamhost'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.1.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -405,6 +421,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/duckdns/duckdns.toml
|
||||
fmt.Fprintln(w, `Configuration for Duck DNS.`)
|
||||
fmt.Fprintln(w, `Code: 'duckdns'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.5.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -425,6 +442,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/dyn/dyn.toml
|
||||
fmt.Fprintln(w, `Configuration for Dyn.`)
|
||||
fmt.Fprintln(w, `Code: 'dyn'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.3.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -446,6 +464,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/exec/exec.toml
|
||||
fmt.Fprintln(w, `Configuration for External program.`)
|
||||
fmt.Fprintln(w, `Code: 'exec'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.5.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w)
|
||||
|
@ -455,6 +474,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/exoscale/exoscale.toml
|
||||
fmt.Fprintln(w, `Configuration for Exoscale.`)
|
||||
fmt.Fprintln(w, `Code: 'exoscale'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.4.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -476,6 +496,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/fastdns/fastdns.toml
|
||||
fmt.Fprintln(w, `Configuration for FastDNS.`)
|
||||
fmt.Fprintln(w, `Code: 'fastdns'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.5.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -497,6 +518,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/gandi/gandi.toml
|
||||
fmt.Fprintln(w, `Configuration for Gandi.`)
|
||||
fmt.Fprintln(w, `Code: 'gandi'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.3.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -516,6 +538,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/gandiv5/gandiv5.toml
|
||||
fmt.Fprintln(w, `Configuration for Gandi Live DNS (v5).`)
|
||||
fmt.Fprintln(w, `Code: 'gandiv5'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.5.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -535,6 +558,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/gcloud/gcloud.toml
|
||||
fmt.Fprintln(w, `Configuration for Google Cloud.`)
|
||||
fmt.Fprintln(w, `Code: 'gcloud'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.3.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -556,6 +580,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/glesys/glesys.toml
|
||||
fmt.Fprintln(w, `Configuration for Glesys.`)
|
||||
fmt.Fprintln(w, `Code: 'glesys'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.5.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -576,6 +601,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/godaddy/godaddy.toml
|
||||
fmt.Fprintln(w, `Configuration for Go Daddy.`)
|
||||
fmt.Fprintln(w, `Code: 'godaddy'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.5.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -597,6 +623,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/hostingde/hostingde.toml
|
||||
fmt.Fprintln(w, `Configuration for Hosting.de.`)
|
||||
fmt.Fprintln(w, `Code: 'hostingde'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.1.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -617,6 +644,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/httpreq/httpreq.toml
|
||||
fmt.Fprintln(w, `Configuration for HTTP request.`)
|
||||
fmt.Fprintln(w, `Code: 'httpreq'`)
|
||||
fmt.Fprintln(w, `Since: 'v2.0.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -638,6 +666,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/iij/iij.toml
|
||||
fmt.Fprintln(w, `Configuration for Internet Initiative Japan.`)
|
||||
fmt.Fprintln(w, `Code: 'iij'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.1.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -658,6 +687,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/inwx/inwx.toml
|
||||
fmt.Fprintln(w, `Configuration for INWX.`)
|
||||
fmt.Fprintln(w, `Code: 'inwx'`)
|
||||
fmt.Fprintln(w, `Since: 'v2.0.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -678,6 +708,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/lightsail/lightsail.toml
|
||||
fmt.Fprintln(w, `Configuration for Amazon Lightsail.`)
|
||||
fmt.Fprintln(w, `Code: 'lightsail'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.5.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -697,6 +728,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/linode/linode.toml
|
||||
fmt.Fprintln(w, `Configuration for Linode (deprecated).`)
|
||||
fmt.Fprintln(w, `Code: 'linode'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.4.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -715,6 +747,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/linodev4/linodev4.toml
|
||||
fmt.Fprintln(w, `Configuration for Linode (v4).`)
|
||||
fmt.Fprintln(w, `Code: 'linodev4'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.1.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -733,6 +766,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/mydnsjp/mydnsjp.toml
|
||||
fmt.Fprintln(w, `Configuration for MyDNS.jp.`)
|
||||
fmt.Fprintln(w, `Code: 'mydnsjp'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.2.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -753,6 +787,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/namecheap/namecheap.toml
|
||||
fmt.Fprintln(w, `Configuration for Namecheap.`)
|
||||
fmt.Fprintln(w, `Code: 'namecheap'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.3.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -773,6 +808,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/namedotcom/namedotcom.toml
|
||||
fmt.Fprintln(w, `Configuration for Name.com.`)
|
||||
fmt.Fprintln(w, `Code: 'namedotcom'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.5.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -793,6 +829,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/netcup/netcup.toml
|
||||
fmt.Fprintln(w, `Configuration for Netcup.`)
|
||||
fmt.Fprintln(w, `Code: 'netcup'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.1.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -814,6 +851,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/nifcloud/nifcloud.toml
|
||||
fmt.Fprintln(w, `Configuration for NIFCloud.`)
|
||||
fmt.Fprintln(w, `Code: 'nifcloud'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.1.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -834,6 +872,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/ns1/ns1.toml
|
||||
fmt.Fprintln(w, `Configuration for NS1.`)
|
||||
fmt.Fprintln(w, `Code: 'ns1'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.4.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -853,6 +892,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/oraclecloud/oraclecloud.toml
|
||||
fmt.Fprintln(w, `Configuration for Oracle Cloud.`)
|
||||
fmt.Fprintln(w, `Code: 'oraclecloud'`)
|
||||
fmt.Fprintln(w, `Since: 'v2.3.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -877,6 +917,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/otc/otc.toml
|
||||
fmt.Fprintln(w, `Configuration for Open Telekom Cloud.`)
|
||||
fmt.Fprintln(w, `Code: 'otc'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.4.1'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -900,6 +941,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/ovh/ovh.toml
|
||||
fmt.Fprintln(w, `Configuration for OVH.`)
|
||||
fmt.Fprintln(w, `Code: 'ovh'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.4.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -922,6 +964,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/pdns/pdns.toml
|
||||
fmt.Fprintln(w, `Configuration for PowerDNS.`)
|
||||
fmt.Fprintln(w, `Code: 'pdns'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.4.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -942,6 +985,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/rackspace/rackspace.toml
|
||||
fmt.Fprintln(w, `Configuration for Rackspace.`)
|
||||
fmt.Fprintln(w, `Code: 'rackspace'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.4.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -962,6 +1006,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/rfc2136/rfc2136.toml
|
||||
fmt.Fprintln(w, `Configuration for RFC2136.`)
|
||||
fmt.Fprintln(w, `Code: 'rfc2136'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.3.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -985,6 +1030,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/route53/route53.toml
|
||||
fmt.Fprintln(w, `Configuration for Amazon Route 53.`)
|
||||
fmt.Fprintln(w, `Code: 'route53'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.3.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -1007,6 +1053,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/sakuracloud/sakuracloud.toml
|
||||
fmt.Fprintln(w, `Configuration for Sakura Cloud.`)
|
||||
fmt.Fprintln(w, `Code: 'sakuracloud'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.1.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -1027,6 +1074,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/selectel/selectel.toml
|
||||
fmt.Fprintln(w, `Configuration for Selectel.`)
|
||||
fmt.Fprintln(w, `Code: 'selectel'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.2.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -1047,6 +1095,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/stackpath/stackpath.toml
|
||||
fmt.Fprintln(w, `Configuration for Stackpath.`)
|
||||
fmt.Fprintln(w, `Code: 'stackpath'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.1.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -1067,6 +1116,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/transip/transip.toml
|
||||
fmt.Fprintln(w, `Configuration for TransIP.`)
|
||||
fmt.Fprintln(w, `Code: 'transip'`)
|
||||
fmt.Fprintln(w, `Since: 'v2.0.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -1086,6 +1136,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/vegadns/vegadns.toml
|
||||
fmt.Fprintln(w, `Configuration for VegaDNS.`)
|
||||
fmt.Fprintln(w, `Code: 'vegadns'`)
|
||||
fmt.Fprintln(w, `Since: 'v1.1.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -1106,6 +1157,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/vscale/vscale.toml
|
||||
fmt.Fprintln(w, `Configuration for Vscale.`)
|
||||
fmt.Fprintln(w, `Code: 'vscale'`)
|
||||
fmt.Fprintln(w, `Since: 'v2.0.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -1126,6 +1178,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/vultr/vultr.toml
|
||||
fmt.Fprintln(w, `Configuration for Vultr.`)
|
||||
fmt.Fprintln(w, `Code: 'vultr'`)
|
||||
fmt.Fprintln(w, `Since: 'v0.3.1'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
@ -1145,6 +1198,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: providers/dns/zoneee/zoneee.toml
|
||||
fmt.Fprintln(w, `Configuration for Zone.ee.`)
|
||||
fmt.Fprintln(w, `Code: 'zoneee'`)
|
||||
fmt.Fprintln(w, `Since: 'v2.1.0'`)
|
||||
fmt.Fprintln(w)
|
||||
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: acme-dns
|
|||
<!-- providers/dns/acmedns/acmedns.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.1.0
|
||||
|
||||
Configuration for [Joohoi's ACME-DNS](https://github.com/joohoi/acme-dns).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: alidns
|
|||
<!-- providers/dns/alidns/alidns.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.1.0
|
||||
|
||||
Configuration for [Alibaba Cloud DNS](https://www.alibabacloud.com/product/dns).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: auroradns
|
|||
<!-- providers/dns/auroradns/auroradns.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.4.0
|
||||
|
||||
Configuration for [Aurora DNS](https://www.pcextreme.com/aurora/dns).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: azure
|
|||
<!-- providers/dns/azure/azure.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.4.0
|
||||
|
||||
Configuration for [Azure](https://azure.microsoft.com/services/dns/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: bluecat
|
|||
<!-- providers/dns/bluecat/bluecat.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.5.0
|
||||
|
||||
Configuration for [Bluecat](https://www.bluecatnetworks.com).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: cloudflare
|
|||
<!-- providers/dns/cloudflare/cloudflare.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.3.0
|
||||
|
||||
Configuration for [Cloudflare](https://www.cloudflare.com/dns/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: cloudns
|
|||
<!-- providers/dns/cloudns/cloudns.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v2.3.0
|
||||
|
||||
Configuration for [ClouDNS](https://www.cloudns.net).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: cloudxns
|
|||
<!-- providers/dns/cloudxns/cloudxns.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.5.0
|
||||
|
||||
Configuration for [CloudXNS](https://www.cloudxns.net/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: conoha
|
|||
<!-- providers/dns/conoha/conoha.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.2.0
|
||||
|
||||
Configuration for [ConoHa](https://www.conoha.jp/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: designate
|
|||
<!-- providers/dns/designate/designate.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v2.2.0
|
||||
|
||||
Configuration for [Designate DNSaaS for Openstack](https://docs.openstack.org/designate/latest/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: digitalocean
|
|||
<!-- providers/dns/digitalocean/digitalocean.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.3.0
|
||||
|
||||
Configuration for [Digital Ocean](https://www.digitalocean.com/docs/networking/dns/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: dnsimple
|
|||
<!-- providers/dns/dnsimple/dnsimple.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.3.0
|
||||
|
||||
Configuration for [DNSimple](https://dnsimple.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: dnsmadeeasy
|
|||
<!-- providers/dns/dnsmadeeasy/dnsmadeeasy.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.4.0
|
||||
|
||||
Configuration for [DNS Made Easy](https://dnsmadeeasy.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: dnspod
|
|||
<!-- providers/dns/dnspod/dnspod.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.4.0
|
||||
|
||||
Configuration for [DNSPod](http://www.dnspod.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: dode
|
|||
<!-- providers/dns/dode/dode.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v2.4.0
|
||||
|
||||
Configuration for [Domain Offensive (do.de)](https://www.do.de/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: dreamhost
|
|||
<!-- providers/dns/dreamhost/dreamhost.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.1.0
|
||||
|
||||
Configuration for [DreamHost](https://www.dreamhost.com).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: duckdns
|
|||
<!-- providers/dns/duckdns/duckdns.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.5.0
|
||||
|
||||
Configuration for [Duck DNS](https://www.duckdns.org/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: dyn
|
|||
<!-- providers/dns/dyn/dyn.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.3.0
|
||||
|
||||
Configuration for [Dyn](https://dyn.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: exec
|
|||
<!-- providers/dns/exec/exec.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.5.0
|
||||
Solving the DNS-01 challenge using an external program.
|
||||
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: exoscale
|
|||
<!-- providers/dns/exoscale/exoscale.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.4.0
|
||||
|
||||
Configuration for [Exoscale](https://www.exoscale.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: fastdns
|
|||
<!-- providers/dns/fastdns/fastdns.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.5.0
|
||||
|
||||
Configuration for [FastDNS](https://www.akamai.com/us/en/products/security/fast-dns.jsp).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: gandi
|
|||
<!-- providers/dns/gandi/gandi.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.3.0
|
||||
|
||||
Configuration for [Gandi](https://www.gandi.net).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: gandiv5
|
|||
<!-- providers/dns/gandiv5/gandiv5.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.5.0
|
||||
|
||||
Configuration for [Gandi Live DNS (v5)](https://www.gandi.net).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: gcloud
|
|||
<!-- providers/dns/gcloud/gcloud.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.3.0
|
||||
|
||||
Configuration for [Google Cloud](https://cloud.google.com).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: glesys
|
|||
<!-- providers/dns/glesys/glesys.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.5.0
|
||||
|
||||
Configuration for [Glesys](https://glesys.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: godaddy
|
|||
<!-- providers/dns/godaddy/godaddy.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.5.0
|
||||
|
||||
Configuration for [Go Daddy](https://godaddy.com).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: hostingde
|
|||
<!-- providers/dns/hostingde/hostingde.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.1.0
|
||||
|
||||
Configuration for [Hosting.de](https://www.hosting.de/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: httpreq
|
|||
<!-- providers/dns/httpreq/httpreq.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v2.0.0
|
||||
|
||||
Configuration for [HTTP request](/dns/httpreq/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: iij
|
|||
<!-- providers/dns/iij/iij.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.1.0
|
||||
|
||||
Configuration for [Internet Initiative Japan](https://www.iij.ad.jp/en/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: inwx
|
|||
<!-- providers/dns/inwx/inwx.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v2.0.0
|
||||
|
||||
Configuration for [INWX](https://www.inwx.de/en).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: lightsail
|
|||
<!-- providers/dns/lightsail/lightsail.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.5.0
|
||||
|
||||
Configuration for [Amazon Lightsail](https://aws.amazon.com/lightsail/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: linode
|
|||
<!-- providers/dns/linode/linode.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.4.0
|
||||
|
||||
Configuration for [Linode (deprecated)](https://www.linode.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: linodev4
|
|||
<!-- providers/dns/linodev4/linodev4.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.1.0
|
||||
|
||||
Configuration for [Linode (v4)](https://www.linode.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: mydnsjp
|
|||
<!-- providers/dns/mydnsjp/mydnsjp.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.2.0
|
||||
|
||||
Configuration for [MyDNS.jp](https://www.mydns.jp).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: namecheap
|
|||
<!-- providers/dns/namecheap/namecheap.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.3.0
|
||||
|
||||
Configuration for [Namecheap](https://www.namecheap.com).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: namedotcom
|
|||
<!-- providers/dns/namedotcom/namedotcom.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.5.0
|
||||
|
||||
Configuration for [Name.com](https://www.name.com).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: netcup
|
|||
<!-- providers/dns/netcup/netcup.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.1.0
|
||||
|
||||
Configuration for [Netcup](https://www.netcup.eu/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: nifcloud
|
|||
<!-- providers/dns/nifcloud/nifcloud.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.1.0
|
||||
|
||||
Configuration for [NIFCloud](https://www.nifcloud.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: ns1
|
|||
<!-- providers/dns/ns1/ns1.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.4.0
|
||||
|
||||
Configuration for [NS1](https://ns1.com).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: oraclecloud
|
|||
<!-- providers/dns/oraclecloud/oraclecloud.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v2.3.0
|
||||
|
||||
Configuration for [Oracle Cloud](https://cloud.oracle.com/home).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: otc
|
|||
<!-- providers/dns/otc/otc.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.4.1
|
||||
|
||||
Configuration for [Open Telekom Cloud](https://cloud.telekom.de/en).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: ovh
|
|||
<!-- providers/dns/ovh/ovh.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.4.0
|
||||
|
||||
Configuration for [OVH](https://www.ovh.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: pdns
|
|||
<!-- providers/dns/pdns/pdns.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.4.0
|
||||
|
||||
Configuration for [PowerDNS](https://www.powerdns.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: rackspace
|
|||
<!-- providers/dns/rackspace/rackspace.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.4.0
|
||||
|
||||
Configuration for [Rackspace](https://www.rackspace.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: rfc2136
|
|||
<!-- providers/dns/rfc2136/rfc2136.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.3.0
|
||||
|
||||
Configuration for [RFC2136](https://tools.ietf.org/html/rfc2136).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: route53
|
|||
<!-- providers/dns/route53/route53.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.3.0
|
||||
|
||||
Configuration for [Amazon Route 53](https://aws.amazon.com/route53/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: sakuracloud
|
|||
<!-- providers/dns/sakuracloud/sakuracloud.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.1.0
|
||||
|
||||
Configuration for [Sakura Cloud](https://cloud.sakura.ad.jp/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: selectel
|
|||
<!-- providers/dns/selectel/selectel.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.2.0
|
||||
|
||||
Configuration for [Selectel](https://kb.selectel.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: stackpath
|
|||
<!-- providers/dns/stackpath/stackpath.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.1.0
|
||||
|
||||
Configuration for [Stackpath](https://www.stackpath.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: transip
|
|||
<!-- providers/dns/transip/transip.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v2.0.0
|
||||
|
||||
Configuration for [TransIP](https://www.transip.nl/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: vegadns
|
|||
<!-- providers/dns/vegadns/vegadns.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v1.1.0
|
||||
|
||||
Configuration for [VegaDNS](https://github.com/shupp/VegaDNS-API).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: vscale
|
|||
<!-- providers/dns/vscale/vscale.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v2.0.0
|
||||
|
||||
Configuration for [Vscale](https://vscale.io/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: vultr
|
|||
<!-- providers/dns/vultr/vultr.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v0.3.1
|
||||
|
||||
Configuration for [Vultr](https://www.vultr.com/).
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: zoneee
|
|||
<!-- providers/dns/zoneee/zoneee.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v2.1.0
|
||||
|
||||
Configuration for [Zone.ee](https://www.zone.ee/).
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@ func displayDNSHelp(name string) {
|
|||
// generated from: {{ .GeneratedFrom }}
|
||||
fmt.Fprintln(w, `Configuration for {{ $provider.Name }}.`)
|
||||
fmt.Fprintln(w, `Code: '{{ $provider.Code }}'`)
|
||||
fmt.Fprintln(w, `Since: '{{ $provider.Since }}'`)
|
||||
fmt.Fprintln(w)
|
||||
{{if $provider.Configuration }}{{if $provider.Configuration.Credentials }}
|
||||
fmt.Fprintln(w, `Credentials:`)
|
||||
|
|
|
@ -9,6 +9,7 @@ slug: {{ .Code }}
|
|||
<!-- {{ .GeneratedFrom }} -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: {{ .Since }}
|
||||
{{if .Description -}}
|
||||
{{ .Description }}
|
||||
{{else}}
|
||||
|
|
|
@ -26,6 +26,7 @@ const (
|
|||
type Model struct {
|
||||
Name string // Real name of the DNS provider
|
||||
Code string // DNS code
|
||||
Since string // First lego version
|
||||
URL string // DNS provider URL
|
||||
Description string // Provider summary
|
||||
Example string // CLI example
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Joohoi's ACME-DNS"
|
|||
Description = ''''''
|
||||
URL = "https://github.com/joohoi/acme-dns"
|
||||
Code = "acme-dns"
|
||||
Since = "v1.1.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Alibaba Cloud DNS"
|
|||
Description = ''''''
|
||||
URL = "https://www.alibabacloud.com/product/dns"
|
||||
Code = "alidns"
|
||||
Since = "v1.1.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Aurora DNS"
|
|||
Description = ''''''
|
||||
URL = "https://www.pcextreme.com/aurora/dns"
|
||||
Code = "auroradns"
|
||||
Since = "v0.4.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Azure"
|
|||
Description = ''''''
|
||||
URL = "https://azure.microsoft.com/services/dns/"
|
||||
Code = "azure"
|
||||
Since = "v0.4.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Bluecat"
|
|||
Description = ''''''
|
||||
URL = "https://www.bluecatnetworks.com"
|
||||
Code = "bluecat"
|
||||
Since = "v0.5.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Cloudflare"
|
|||
Description = ''''''
|
||||
URL = "https://www.cloudflare.com/dns/"
|
||||
Code = "cloudflare"
|
||||
Since = "v0.3.0"
|
||||
|
||||
Example = '''
|
||||
CLOUDFLARE_EMAIL=foo@bar.com \
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "ClouDNS"
|
|||
Description = ''''''
|
||||
URL = "https://www.cloudns.net"
|
||||
Code = "cloudns"
|
||||
Since = "v2.3.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "CloudXNS"
|
|||
Description = """"""
|
||||
URL = "https://www.cloudxns.net/"
|
||||
Code = "cloudxns"
|
||||
Since = "v0.5.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "ConoHa"
|
|||
Description = ''''''
|
||||
URL = "https://www.conoha.jp/"
|
||||
Code = "conoha"
|
||||
Since = "v1.2.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Designate DNSaaS for Openstack"
|
|||
Description = ''''''
|
||||
URL = "https://docs.openstack.org/designate/latest/"
|
||||
Code = "designate"
|
||||
Since = "v2.2.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Digital Ocean"
|
|||
Description = ''''''
|
||||
URL = "https://www.digitalocean.com/docs/networking/dns/"
|
||||
Code = "digitalocean"
|
||||
Since = "v0.3.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "DNSimple"
|
|||
Description = ''''''
|
||||
URL = "https://dnsimple.com/"
|
||||
Code = "dnsimple"
|
||||
Since = "v0.3.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "DNS Made Easy"
|
|||
Description = ''''''
|
||||
URL = "https://dnsmadeeasy.com/"
|
||||
Code = "dnsmadeeasy"
|
||||
Since = "v0.4.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "DNSPod"
|
|||
Description = ''''''
|
||||
URL = "http://www.dnspod.com/"
|
||||
Code = "dnspod"
|
||||
Since = "v0.4.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Domain Offensive (do.de)"
|
|||
Description = ''''''
|
||||
URL = "https://www.do.de/"
|
||||
Code = "dode"
|
||||
Since = "v2.4.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "DreamHost"
|
|||
Description = ''''''
|
||||
URL = "https://www.dreamhost.com"
|
||||
Code = "dreamhost"
|
||||
Since = "v1.1.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Duck DNS"
|
|||
Description = ''''''
|
||||
URL = "https://www.duckdns.org/"
|
||||
Code = "duckdns"
|
||||
Since = "v0.5.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Dyn"
|
|||
Description = ''''''
|
||||
URL = "https://dyn.com/"
|
||||
Code = "dyn"
|
||||
Since = "v0.3.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "External program"
|
|||
Description = "Solving the DNS-01 challenge using an external program."
|
||||
URL = "/dns/exec"
|
||||
Code = "exec"
|
||||
Since = "v0.5.0"
|
||||
|
||||
Example = '''
|
||||
EXEC_PATH=/the/path/to/myscript.sh \
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Exoscale"
|
|||
Description = ''''''
|
||||
URL = "https://www.exoscale.com/"
|
||||
Code = "exoscale"
|
||||
Since = "v0.4.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "FastDNS"
|
|||
Description = ''''''
|
||||
URL = "https://www.akamai.com/us/en/products/security/fast-dns.jsp"
|
||||
Code = "fastdns"
|
||||
Since = "v0.5.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Gandi"
|
|||
Description = """"""
|
||||
URL = "https://www.gandi.net"
|
||||
Code = "gandi"
|
||||
Since = "v0.3.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Gandi Live DNS (v5)"
|
|||
Description = ''''''
|
||||
URL = "https://www.gandi.net"
|
||||
Code = "gandiv5"
|
||||
Since = "v0.5.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Google Cloud"
|
|||
Description = ''''''
|
||||
URL = "https://cloud.google.com"
|
||||
Code = "gcloud"
|
||||
Since = "v0.3.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Glesys"
|
|||
Description = ''''''
|
||||
URL = "https://glesys.com/"
|
||||
Code = "glesys"
|
||||
Since = "v0.5.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Go Daddy"
|
|||
Description = ''''''
|
||||
URL = "https://godaddy.com"
|
||||
Code = "godaddy"
|
||||
Since = "v0.5.0"
|
||||
|
||||
[Configuration]
|
||||
[Configuration.Credentials]
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Hosting.de"
|
|||
Description = ''''''
|
||||
URL = "https://www.hosting.de/"
|
||||
Code = "hostingde"
|
||||
Since = "v1.1.0"
|
||||
|
||||
[Configuration]
|
||||
[Configuration.Credentials]
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "HTTP request"
|
|||
Description = ''''''
|
||||
URL = "/dns/httpreq/"
|
||||
Code = "httpreq"
|
||||
Since = "v2.0.0"
|
||||
|
||||
Example = '''
|
||||
HTTPREQ_ENDPOINT=http://my.server.com:9090 \
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Internet Initiative Japan"
|
|||
Description = ''''''
|
||||
URL = "https://www.iij.ad.jp/en/"
|
||||
Code = "iij"
|
||||
Since = "v1.1.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "INWX"
|
|||
Description = ''''''
|
||||
URL = "https://www.inwx.de/en"
|
||||
Code = "inwx"
|
||||
Since = "v2.0.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Amazon Lightsail"
|
|||
Description = ''''''
|
||||
URL = "https://aws.amazon.com/lightsail/"
|
||||
Code = "lightsail"
|
||||
Since = "v0.5.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Linode (deprecated)"
|
|||
Description = ''''''
|
||||
URL = "https://www.linode.com/"
|
||||
Code = "linode"
|
||||
Since = "v0.4.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Linode (v4)"
|
|||
Description = ''''''
|
||||
URL = "https://www.linode.com/"
|
||||
Code = "linodev4"
|
||||
Since = "v1.1.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "MyDNS.jp"
|
|||
Description = ''''''
|
||||
URL = "https://www.mydns.jp"
|
||||
Code = "mydnsjp"
|
||||
Since = "v1.2.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Namecheap"
|
|||
Description = ''''''
|
||||
URL = "https://www.namecheap.com"
|
||||
Code = "namecheap"
|
||||
Since = "v0.3.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Name.com"
|
|||
Description = ''''''
|
||||
URL = "https://www.name.com"
|
||||
Code = "namedotcom"
|
||||
Since = "v0.5.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Netcup"
|
|||
Description = ''''''
|
||||
URL = "https://www.netcup.eu/"
|
||||
Code = "netcup"
|
||||
Since = "v1.1.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "NIFCloud"
|
|||
Description = ''''''
|
||||
URL = "https://www.nifcloud.com/"
|
||||
Code = "nifcloud"
|
||||
Since = "v1.1.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "NS1"
|
|||
Description = ''''''
|
||||
URL = "https://ns1.com"
|
||||
Code = "ns1"
|
||||
Since = "v0.4.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Oracle Cloud"
|
|||
Description = ''''''
|
||||
URL = "https://cloud.oracle.com/home"
|
||||
Code = "oraclecloud"
|
||||
Since = "v2.3.0"
|
||||
|
||||
Example = '''
|
||||
OCI_PRIVKEY_FILE="~/.oci/oci_api_key.pem" \
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "Open Telekom Cloud"
|
|||
Description = ''''''
|
||||
URL = "https://cloud.telekom.de/en"
|
||||
Code = "otc"
|
||||
Since = "v0.4.1"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ Name = "OVH"
|
|||
Description = ''''''
|
||||
URL = "https://www.ovh.com/"
|
||||
Code = "ovh"
|
||||
Since = "v0.4.0"
|
||||
|
||||
Example = ''''''
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue