mirror of
https://git.proxmox.com/git/proxmox-acme
synced 2025-04-28 12:16:51 +00:00
update acme.sh plugins to 3.0.6
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1084b024fc
commit
1f4e84f722
@ -53,8 +53,10 @@ ACME_SOURCES = \
|
||||
dnsapi/dns_freedns.sh \
|
||||
dnsapi/dns_gandi_livedns.sh \
|
||||
dnsapi/dns_gcloud.sh \
|
||||
dnsapi/dns_gcore.sh \
|
||||
dnsapi/dns_gd.sh \
|
||||
dnsapi/dns_geoscaling.sh \
|
||||
dnsapi/dns_googledomains.sh \
|
||||
dnsapi/dns_he.sh \
|
||||
dnsapi/dns_hetzner.sh \
|
||||
dnsapi/dns_hexonet.sh \
|
||||
@ -65,6 +67,7 @@ ACME_SOURCES = \
|
||||
dnsapi/dns_internetbs.sh \
|
||||
dnsapi/dns_inwx.sh \
|
||||
dnsapi/dns_ionos.sh \
|
||||
dnsapi/dns_ipv64.sh \
|
||||
dnsapi/dns_ispconfig.sh \
|
||||
dnsapi/dns_jd.sh \
|
||||
dnsapi/dns_joker.sh \
|
||||
@ -90,6 +93,7 @@ ACME_SOURCES = \
|
||||
dnsapi/dns_namecheap.sh \
|
||||
dnsapi/dns_namecom.sh \
|
||||
dnsapi/dns_namesilo.sh \
|
||||
dnsapi/dns_nanelo.sh \
|
||||
dnsapi/dns_nederhost.sh \
|
||||
dnsapi/dns_neodigit.sh \
|
||||
dnsapi/dns_netcup.sh \
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 16dc21afff11c1f4de7ebe627ed60d41496d1565
|
||||
Subproject commit b7caf7a0165d80dd1556b16057a06bb32025066d
|
@ -162,6 +162,7 @@
|
||||
"fornex": {},
|
||||
"gandi_livedns" : {},
|
||||
"gcloud" : {},
|
||||
"gcore": {},
|
||||
"geoscaling": {},
|
||||
"gd" : {
|
||||
"fields" : {
|
||||
@ -176,6 +177,7 @@
|
||||
},
|
||||
"name" : "GoDaddy"
|
||||
},
|
||||
"googledomains": {},
|
||||
"he" : {},
|
||||
"hetzner" : {},
|
||||
"hexonet" : {},
|
||||
@ -202,6 +204,7 @@
|
||||
"name" : "INWX"
|
||||
},
|
||||
"ionos" : {},
|
||||
"ipv64": {},
|
||||
"ispconfig" : {},
|
||||
"jd" : {},
|
||||
"joker" : {},
|
||||
@ -251,6 +254,7 @@
|
||||
"namecheap" : {},
|
||||
"namecom" : {},
|
||||
"namesilo" : {},
|
||||
"nanelo": {},
|
||||
"nederhost" : {},
|
||||
"neodigit" : {},
|
||||
"netcup" : {},
|
||||
|
Loading…
Reference in New Issue
Block a user