]> git.proxmox.com Git - proxmox-acme.git/commitdiff
dns: add new plugins to schema and install them
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Mar 2021 16:04:35 +0000 (17:04 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Mar 2021 16:04:35 +0000 (17:04 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/Makefile
src/PVE/ACME/DNSChallenge.pm

index 2f9e62eb44eb37b2fc6ed72b826e45fe90c101e2..20be6a4651bca0dec95a5b85ee42a5c65a32da2f 100644 (file)
@@ -57,6 +57,7 @@ ACME_SOURCES = \
        dnsapi/dns_infomaniak.sh \
        dnsapi/dns_internetbs.sh \
        dnsapi/dns_inwx.sh \
+       dnsapi/dns_ionos.sh \
        dnsapi/dns_ispconfig.sh \
        dnsapi/dns_jd.sh \
        dnsapi/dns_joker.sh \
@@ -100,12 +101,15 @@ ACME_SOURCES = \
        dnsapi/dns_pdns.sh \
        dnsapi/dns_pleskxml.sh \
        dnsapi/dns_pointhq.sh \
+       dnsapi/dns_rackcorp.sh \
        dnsapi/dns_rackspace.sh \
        dnsapi/dns_rcode0.sh \
        dnsapi/dns_regru.sh \
+       dnsapi/dns_scaleway.sh \
        dnsapi/dns_schlundtech.sh \
        dnsapi/dns_selectel.sh \
        dnsapi/dns_servercow.sh \
+       dnsapi/dns_simply.sh \
        dnsapi/dns_tele3.sh \
        dnsapi/dns_transip.sh \
        dnsapi/dns_ultra.sh \
index 632210e623c57d55f80b9aeda8fbaa312d9dc373..300cdc97d1a8cf07a58b30a5f4ddc0f76af26842 100644 (file)
@@ -213,6 +213,7 @@ my $plugins = {
            },
        },
     },
+    'ionos' => {},
     'ispconfig' => {},
     'jd' => {},
     'joker' => {},
@@ -308,12 +309,15 @@ my $plugins = {
     },
     'pleskxml' => {},
     'pointhq' => {},
+    'rackcorp' => {},
     'rackspace' => {},
     'rcode0' => {},
     'regru' => {},
+    'scaleway' => {},
     'schlundtech' => {},
     'selectel' => {},
     'servercow' => {},
+    'simply' => {},
     'tele3' => {},
     'transip' => {},
     'ultra' => {},