From da7c723f60d63a41135fc71789ecc22d384e85c4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 11 Dec 2020 18:43:16 +0100 Subject: [PATCH] dns challenge: add missing plugins to schema Signed-off-by: Thomas Lamprecht --- src/PVE/ACME/DNSChallenge.pm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/PVE/ACME/DNSChallenge.pm b/src/PVE/ACME/DNSChallenge.pm index 402a501..2d20ffb 100644 --- a/src/PVE/ACME/DNSChallenge.pm +++ b/src/PVE/ACME/DNSChallenge.pm @@ -32,6 +32,7 @@ sub type { # }, # }, my $plugins = { + '1984hosting' => {}, 'acmedns' => {}, 'acmeproxy' => {}, 'active24' => { @@ -71,6 +72,8 @@ my $plugins = { }, }, }, + 'anx' => {}, + 'arvan' => {}, 'autodns' => {}, 'aws' => { name => 'Amazon Route53 (AWS)', @@ -147,6 +150,7 @@ my $plugins = { 'dynu' => {}, 'dynv6' => {}, 'easydns' => {}, + 'edgedns' => {}, 'euserv' => {}, 'exoscale' => {}, 'freedns' => {}, @@ -167,9 +171,12 @@ my $plugins = { }, 'gdnsdk' => {}, 'he' => {}, + 'hetzner' => {}, 'hexonet' => {}, 'hostingde' => {}, + 'huaweicloud' => {}, 'infoblox' => {}, + 'infomaniak' => {}, 'internetbs' => {}, 'inwx' => { name => 'INWX', @@ -186,6 +193,8 @@ my $plugins = { }, 'ispconfig' => {}, 'jd' => {}, + 'joker' => {}, + 'kappernet' => {}, 'kas' => {}, 'kinghost' => {}, 'knot' => {}, @@ -208,7 +217,10 @@ my $plugins = { 'nederhost' => {}, 'neodigit' => {}, 'netcup' => {}, + 'netlify' => {}, 'nic' => {}, + 'njalla' => {}, + 'nm' => {}, 'nsd' => {}, 'nsone' => {}, 'nsupdate' => {}, @@ -216,6 +228,7 @@ my $plugins = { 'one' => {}, 'online' => {}, 'openprovider' => {}, + 'openstack' => {}, 'opnsense' => {}, 'ovh' => { name => 'OVH', @@ -268,11 +281,13 @@ my $plugins = { 'selectel' => {}, 'servercow' => {}, 'tele3' => {}, + 'transip' => {}, 'ultra' => {}, 'unoeuro' => {}, 'variomedia' => {}, 'vscale' => {}, 'vultr' => {}, + 'world4you' => {}, 'yandex' => {}, 'zilore' => {}, 'zone' => {}, -- 2.39.2