update acme.sh dns api to v3.0.5 and update schema for new/removed plugins

added:
  - bunny
  - cpanel
  - curanet
  - dnshome
  - dnsservices
  - fornex
  - geoscaling
  - la
  - mythic_beasts
  - rage4
  - selfhost
  - udr
  - vercel
  - yc

removed:
 - cx (acme.sh commit 29e23ac9)
 - gdnsdk (acme.sh commit 9b27298d)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-12-07 13:13:34 +01:00
parent a02aae50d1
commit da4c6a7fc1
4 changed files with 31 additions and 6 deletions

View File

@ -16,20 +16,24 @@ ACME_SOURCES = \
dnsapi/dns_aws.sh \ dnsapi/dns_aws.sh \
dnsapi/dns_azion.sh \ dnsapi/dns_azion.sh \
dnsapi/dns_azure.sh \ dnsapi/dns_azure.sh \
dnsapi/dns_bunny.sh \
dnsapi/dns_cf.sh \ dnsapi/dns_cf.sh \
dnsapi/dns_clouddns.sh \ dnsapi/dns_clouddns.sh \
dnsapi/dns_cloudns.sh \ dnsapi/dns_cloudns.sh \
dnsapi/dns_cn.sh \ dnsapi/dns_cn.sh \
dnsapi/dns_conoha.sh \ dnsapi/dns_conoha.sh \
dnsapi/dns_constellix.sh \ dnsapi/dns_constellix.sh \
dnsapi/dns_cx.sh \ dnsapi/dns_cpanel.sh \
dnsapi/dns_curanet.sh \
dnsapi/dns_cyon.sh \ dnsapi/dns_cyon.sh \
dnsapi/dns_da.sh \ dnsapi/dns_da.sh \
dnsapi/dns_ddnss.sh \ dnsapi/dns_ddnss.sh \
dnsapi/dns_desec.sh \ dnsapi/dns_desec.sh \
dnsapi/dns_df.sh \ dnsapi/dns_df.sh \
dnsapi/dns_dgon.sh \ dnsapi/dns_dgon.sh \
dnsapi/dns_dnshome.sh \
dnsapi/dns_dnsimple.sh \ dnsapi/dns_dnsimple.sh \
dnsapi/dns_dnsservices.sh \
dnsapi/dns_do.sh \ dnsapi/dns_do.sh \
dnsapi/dns_doapi.sh \ dnsapi/dns_doapi.sh \
dnsapi/dns_domeneshop.sh \ dnsapi/dns_domeneshop.sh \
@ -45,11 +49,12 @@ ACME_SOURCES = \
dnsapi/dns_edgedns.sh \ dnsapi/dns_edgedns.sh \
dnsapi/dns_euserv.sh \ dnsapi/dns_euserv.sh \
dnsapi/dns_exoscale.sh \ dnsapi/dns_exoscale.sh \
dnsapi/dns_fornex.sh \
dnsapi/dns_freedns.sh \ dnsapi/dns_freedns.sh \
dnsapi/dns_gandi_livedns.sh \ dnsapi/dns_gandi_livedns.sh \
dnsapi/dns_gcloud.sh \ dnsapi/dns_gcloud.sh \
dnsapi/dns_gd.sh \ dnsapi/dns_gd.sh \
dnsapi/dns_gdnsdk.sh \ dnsapi/dns_geoscaling.sh \
dnsapi/dns_he.sh \ dnsapi/dns_he.sh \
dnsapi/dns_hetzner.sh \ dnsapi/dns_hetzner.sh \
dnsapi/dns_hexonet.sh \ dnsapi/dns_hexonet.sh \
@ -67,6 +72,7 @@ ACME_SOURCES = \
dnsapi/dns_kas.sh \ dnsapi/dns_kas.sh \
dnsapi/dns_kinghost.sh \ dnsapi/dns_kinghost.sh \
dnsapi/dns_knot.sh \ dnsapi/dns_knot.sh \
dnsapi/dns_la.sh \
dnsapi/dns_leaseweb.sh \ dnsapi/dns_leaseweb.sh \
dnsapi/dns_lexicon.sh \ dnsapi/dns_lexicon.sh \
dnsapi/dns_linode.sh \ dnsapi/dns_linode.sh \
@ -80,6 +86,7 @@ ACME_SOURCES = \
dnsapi/dns_myapi.sh \ dnsapi/dns_myapi.sh \
dnsapi/dns_mydevil.sh \ dnsapi/dns_mydevil.sh \
dnsapi/dns_mydnsjp.sh \ dnsapi/dns_mydnsjp.sh \
dnsapi/dns_mythic_beasts.sh \
dnsapi/dns_namecheap.sh \ dnsapi/dns_namecheap.sh \
dnsapi/dns_namecom.sh \ dnsapi/dns_namecom.sh \
dnsapi/dns_namesilo.sh \ dnsapi/dns_namesilo.sh \
@ -107,24 +114,29 @@ ACME_SOURCES = \
dnsapi/dns_porkbun.sh \ dnsapi/dns_porkbun.sh \
dnsapi/dns_rackcorp.sh \ dnsapi/dns_rackcorp.sh \
dnsapi/dns_rackspace.sh \ dnsapi/dns_rackspace.sh \
dnsapi/dns_rage4.sh \
dnsapi/dns_rcode0.sh \ dnsapi/dns_rcode0.sh \
dnsapi/dns_regru.sh \ dnsapi/dns_regru.sh \
dnsapi/dns_scaleway.sh \ dnsapi/dns_scaleway.sh \
dnsapi/dns_schlundtech.sh \ dnsapi/dns_schlundtech.sh \
dnsapi/dns_selectel.sh \ dnsapi/dns_selectel.sh \
dnsapi/dns_selfhost.sh \
dnsapi/dns_servercow.sh \ dnsapi/dns_servercow.sh \
dnsapi/dns_simply.sh \ dnsapi/dns_simply.sh \
dnsapi/dns_tele3.sh \ dnsapi/dns_tele3.sh \
dnsapi/dns_transip.sh \ dnsapi/dns_transip.sh \
dnsapi/dns_udr.sh \
dnsapi/dns_ultra.sh \ dnsapi/dns_ultra.sh \
dnsapi/dns_unoeuro.sh \ dnsapi/dns_unoeuro.sh \
dnsapi/dns_variomedia.sh \ dnsapi/dns_variomedia.sh \
dnsapi/dns_veesp.sh \ dnsapi/dns_veesp.sh \
dnsapi/dns_vercel.sh \
dnsapi/dns_vscale.sh \ dnsapi/dns_vscale.sh \
dnsapi/dns_vultr.sh \ dnsapi/dns_vultr.sh \
dnsapi/dns_websupport.sh \ dnsapi/dns_websupport.sh \
dnsapi/dns_world4you.sh \ dnsapi/dns_world4you.sh \
dnsapi/dns_yandex.sh \ dnsapi/dns_yandex.sh \
dnsapi/dns_yc.sh \
dnsapi/dns_zilore.sh \ dnsapi/dns_zilore.sh \
dnsapi/dns_zone.sh \ dnsapi/dns_zone.sh \
dnsapi/dns_zonomi.sh \ dnsapi/dns_zonomi.sh \

@ -1 +1 @@
Subproject commit 8fcecd59a0fd991f1fb4248692af63889bb90d81 Subproject commit 16dc21afff11c1f4de7ebe627ed60d41496d1565

View File

@ -92,6 +92,7 @@
}, },
"azion" : {}, "azion" : {},
"azure" : {}, "azure" : {},
"bunny": {},
"cf" : { "cf" : {
"description" : "Either provide global account key and email, or CF API token and Account ID.", "description" : "Either provide global account key and email, or CF API token and Account ID.",
"fields" : { "fields" : {
@ -123,7 +124,8 @@
"cn" : {}, "cn" : {},
"conoha" : {}, "conoha" : {},
"constellix" : {}, "constellix" : {},
"cx" : {}, "cpanel": {},
"curanet": {},
"cyon" : {}, "cyon" : {},
"da" : {}, "da" : {},
"ddnss" : {}, "ddnss" : {},
@ -139,6 +141,8 @@
"name" : "DigitalOcean DNS" "name" : "DigitalOcean DNS"
}, },
"dnsimple" : {}, "dnsimple" : {},
"dnshome": {},
"dnsservices": {},
"do" : {}, "do" : {},
"doapi" : {}, "doapi" : {},
"domeneshop" : {}, "domeneshop" : {},
@ -155,8 +159,10 @@
"euserv" : {}, "euserv" : {},
"exoscale" : {}, "exoscale" : {},
"freedns" : {}, "freedns" : {},
"fornex": {},
"gandi_livedns" : {}, "gandi_livedns" : {},
"gcloud" : {}, "gcloud" : {},
"geoscaling": {},
"gd" : { "gd" : {
"fields" : { "fields" : {
"GD_Key" : { "GD_Key" : {
@ -170,7 +176,6 @@
}, },
"name" : "GoDaddy" "name" : "GoDaddy"
}, },
"gdnsdk" : {},
"he" : {}, "he" : {},
"hetzner" : {}, "hetzner" : {},
"hexonet" : {}, "hexonet" : {},
@ -233,6 +238,7 @@
"linode" : {}, "linode" : {},
"linode_v4" : {}, "linode_v4" : {},
"loopia" : {}, "loopia" : {},
"la": {},
"lua" : {}, "lua" : {},
"maradns" : {}, "maradns" : {},
"me" : {}, "me" : {},
@ -241,6 +247,7 @@
"myapi" : {}, "myapi" : {},
"mydevil" : {}, "mydevil" : {},
"mydnsjp" : {}, "mydnsjp" : {},
"mythic_beasts": {},
"namecheap" : {}, "namecheap" : {},
"namecom" : {}, "namecom" : {},
"namesilo" : {}, "namesilo" : {},
@ -337,19 +344,23 @@
}, },
"rackcorp" : {}, "rackcorp" : {},
"rackspace" : {}, "rackspace" : {},
"rage4": {},
"rcode0" : {}, "rcode0" : {},
"regru" : {}, "regru" : {},
"scaleway" : {}, "scaleway" : {},
"schlundtech" : {}, "schlundtech" : {},
"selfhost": {},
"selectel" : {}, "selectel" : {},
"servercow" : {}, "servercow" : {},
"simply" : {}, "simply" : {},
"tele3" : {}, "tele3" : {},
"transip" : {}, "transip" : {},
"udr": {},
"ultra" : {}, "ultra" : {},
"unoeuro" : {}, "unoeuro" : {},
"variomedia" : {}, "variomedia" : {},
"veesp" : {}, "veesp" : {},
"vercel": {},
"vscale" : {}, "vscale" : {},
"vultr" : {}, "vultr" : {},
"websupport" : {}, "websupport" : {},
@ -367,6 +378,7 @@
"name" : "World4You" "name" : "World4You"
}, },
"yandex" : {}, "yandex" : {},
"yc": {},
"zilore" : {}, "zilore" : {},
"zone" : {}, "zone" : {},
"zonomi" : {} "zonomi" : {}

View File

@ -1,4 +1,5 @@
../acme.sh/dnsapi/dns_cpanel.sh: for _domain in $_domains; do
../acme.sh/dnsapi/dns_cyon.sh: printf "%s" "${_dns_entries}" | while read -r _hash _identifier; do ../acme.sh/dnsapi/dns_cyon.sh: printf "%s" "${_dns_entries}" | while read -r _hash _identifier; do
../acme.sh/dnsapi/dns_do.sh: for _rrid in ${_rr_list}; do ../acme.sh/dnsapi/dns_do.sh: for _rrid in ${_rr_list}; do
../acme.sh/dnsapi/dns_gdnsdk.sh: for _domain in $_domains; do ../acme.sh/dnsapi/dns_mythic_beasts.sh: export _H1 _H2
../acme.sh/dnsapi/dns_openstack.sh: for _rec in $_records; do ../acme.sh/dnsapi/dns_openstack.sh: for _rec in $_records; do