@@ -212,6 +212,7 @@ For example, `CF_API_EMAIL_FILE=/run/secrets/traefik_cf-api-email` could be used
212
212
| [ Alibaba Cloud] ( https://www.alibabacloud.com ) | ` alidns ` | ` ALICLOUD_ACCESS_KEY ` , ` ALICLOUD_SECRET_KEY ` , ` ALICLOUD_REGION_ID ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/alidns ) |
213
213
| [ Auroradns] ( https://www.pcextreme.com/aurora/dns ) | ` auroradns ` | ` AURORA_USER_ID ` , ` AURORA_KEY ` , ` AURORA_ENDPOINT ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/auroradns ) |
214
214
| [ Azure] ( https://azure.microsoft.com/services/dns/ ) | ` azure ` | ` AZURE_CLIENT_ID ` , ` AZURE_CLIENT_SECRET ` , ` AZURE_SUBSCRIPTION_ID ` , ` AZURE_TENANT_ID ` , ` AZURE_RESOURCE_GROUP ` , ` [AZURE_METADATA_ENDPOINT] ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/azure ) |
215
+ | [ Bindman] ( https://github.com/labbsr0x/bindman-dns-webhook ) | ` bindman ` | ` BINDMAN_MANAGER_ADDRESS ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/bindman ) |
215
216
| [ Blue Cat] ( https://www.bluecatnetworks.com/ ) | ` bluecat ` | ` BLUECAT_SERVER_URL ` , ` BLUECAT_USER_NAME ` , ` BLUECAT_PASSWORD ` , ` BLUECAT_CONFIG_NAME ` , ` BLUECAT_DNS_VIEW ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/bluecat ) |
216
217
| [ ClouDNS] ( https://www.cloudns.net/ ) | ` cloudns ` | ` CLOUDNS_AUTH_ID ` , ` CLOUDNS_AUTH_PASSWORD ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/cloudns ) |
217
218
| [ Cloudflare] ( https://www.cloudflare.com ) | ` cloudflare ` | ` CF_API_EMAIL ` , ` CF_API_KEY ` - The ` Global API Key ` needs to be used, not the ` Origin CA Key ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/cloudflare ) |
@@ -225,6 +226,7 @@ For example, `CF_API_EMAIL_FILE=/run/secrets/traefik_cf-api-email` could be used
225
226
| [ DreamHost] ( https://www.dreamhost.com/ ) | ` dreamhost ` | ` DREAMHOST_API_KEY ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/dreamhost ) |
226
227
| [ Duck DNS] ( https://www.duckdns.org/ ) | ` duckdns ` | ` DUCKDNS_TOKEN ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/duckdns ) |
227
228
| [ Dyn] ( https://dyn.com ) | ` dyn ` | ` DYN_CUSTOMER_NAME ` , ` DYN_USER_NAME ` , ` DYN_PASSWORD ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/dyn ) |
229
+ | [ EasyDNS] ( https://easydns.com/ ) | ` easydns ` | ` EASYDNS_TOKEN ` , ` EASYDNS_KEY ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/easydns ) |
228
230
| External Program | ` exec ` | ` EXEC_PATH ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/exec ) |
229
231
| [ Exoscale] ( https://www.exoscale.com ) | ` exoscale ` | ` EXOSCALE_API_KEY ` , ` EXOSCALE_API_SECRET ` , ` EXOSCALE_ENDPOINT ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/exoscale ) |
230
232
| [ Fast DNS] ( https://www.akamai.com/ ) | ` fastdns ` | ` AKAMAI_CLIENT_TOKEN ` , ` AKAMAI_CLIENT_SECRET ` , ` AKAMAI_ACCESS_TOKEN ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/fastdns ) |
@@ -237,13 +239,15 @@ For example, `CF_API_EMAIL_FILE=/run/secrets/traefik_cf-api-email` could be used
237
239
| HTTP request | ` httpreq ` | ` HTTPREQ_ENDPOINT ` , ` HTTPREQ_MODE ` , ` HTTPREQ_USERNAME ` , ` HTTPREQ_PASSWORD ` [ ^ 1 ] | [ Additional configuration] ( https://go-acme.github.io/lego/dns/httpreq ) |
238
240
| [ IIJ] ( https://www.iij.ad.jp/ ) | ` iij ` | ` IIJ_API_ACCESS_KEY ` , ` IIJ_API_SECRET_KEY ` , ` IIJ_DO_SERVICE_CODE ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/iij ) |
239
241
| [ INWX] ( https://www.inwx.de/en ) | ` inwx ` | ` INWX_USERNAME ` , ` INWX_PASSWORD ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/inwx ) |
242
+ | [ Joker.com] ( https://joker.com ) | ` joker ` | ` JOKER_API_KEY ` or ` JOKER_USERNAME ` , ` JOKER_PASSWORD ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/joker ) |
240
243
| [ Lightsail] ( https://aws.amazon.com/lightsail/ ) | ` lightsail ` | ` AWS_ACCESS_KEY_ID ` , ` AWS_SECRET_ACCESS_KEY ` , ` DNS_ZONE ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/lightsail ) |
241
244
| [ Linode] ( https://www.linode.com ) | ` linode ` | ` LINODE_API_KEY ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/linode ) |
242
245
| [ Linode v4] ( https://www.linode.com ) | ` linodev4 ` | ` LINODE_TOKEN ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/linodev4 ) |
243
- | manual | - | none, but you need to run Traefik interactively [ ^ 4 ] , turn on debug log to see instructions and press <kbd >Enter</kbd >. | |
246
+ | manual | - | none, but you need to run Traefik interactively [ ^ 4 ] , turn on debug log to see instructions and press <kbd >Enter</kbd >. | |
244
247
| [ MyDNS.jp] ( https://www.mydns.jp/ ) | ` mydnsjp ` | ` MYDNSJP_MASTER_ID ` , ` MYDNSJP_PASSWORD ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/mydnsjp ) |
245
248
| [ Namecheap] ( https://www.namecheap.com ) | ` namecheap ` | ` NAMECHEAP_API_USER ` , ` NAMECHEAP_API_KEY ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/namecheap ) |
246
249
| [ name.com] ( https://www.name.com/ ) | ` namedotcom ` | ` NAMECOM_USERNAME ` , ` NAMECOM_API_TOKEN ` , ` NAMECOM_SERVER ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/namedotcom ) |
250
+ | [ Namesilo] ( https://www.namesilo.com/ ) | ` namesilo ` | ` NAMESILO_API_KEY ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/namesilo ) |
247
251
| [ Netcup] ( https://www.netcup.eu/ ) | ` netcup ` | ` NETCUP_CUSTOMER_NUMBER ` , ` NETCUP_API_KEY ` , ` NETCUP_API_PASSWORD ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/netcup ) |
248
252
| [ NIFCloud] ( https://cloud.nifty.com/service/dns.htm ) | ` nifcloud ` | ` NIFCLOUD_ACCESS_KEY_ID ` , ` NIFCLOUD_SECRET_ACCESS_KEY ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/nifcloud ) |
249
253
| [ Ns1] ( https://ns1.com/ ) | ` ns1 ` | ` NS1_API_KEY ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/ns1 ) |
@@ -260,6 +264,7 @@ For example, `CF_API_EMAIL_FILE=/run/secrets/traefik_cf-api-email` could be used
260
264
| [ Stackpath] ( https://www.stackpath.com/ ) | ` stackpath ` | ` STACKPATH_CLIENT_ID ` , ` STACKPATH_CLIENT_SECRET ` , ` STACKPATH_STACK_ID ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/stackpath ) |
261
265
| [ TransIP] ( https://www.transip.nl/ ) | ` transip ` | ` TRANSIP_ACCOUNT_NAME ` , ` TRANSIP_PRIVATE_KEY_PATH ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/transip ) |
262
266
| [ VegaDNS] ( https://github.com/shupp/VegaDNS-API ) | ` vegadns ` | ` SECRET_VEGADNS_KEY ` , ` SECRET_VEGADNS_SECRET ` , ` VEGADNS_URL ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/vegadns ) |
267
+ | [ Versio] ( https://www.versio.nl/domeinnamen ) | ` versio ` | ` VERSIO_USERNAME ` , ` VERSIO_PASSWORD ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/versio ) |
263
268
| [ Vscale] ( https://vscale.io/ ) | ` vscale ` | ` VSCALE_API_TOKEN ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/vscale ) |
264
269
| [ VULTR] ( https://www.vultr.com ) | ` vultr ` | ` VULTR_API_KEY ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/vultr ) |
265
270
| [ Zone.ee] ( https://www.zone.ee ) | ` zoneee ` | ` ZONEEE_API_USER ` , ` ZONEEE_API_KEY ` | [ Additional configuration] ( https://go-acme.github.io/lego/dns/zoneee ) |
0 commit comments