From: Thomas Lamprecht Date: Sun, 3 May 2020 14:47:41 +0000 (+0200) Subject: allow to get full DNS plugins list X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=e39249369af6c5bab70b7050c943b6c6bf27ebdb allow to get full DNS plugins list Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/ACME/DNSChallenge.pm b/src/PVE/ACME/DNSChallenge.pm index f8ecbff..b3fc069 100644 --- a/src/PVE/ACME/DNSChallenge.pm +++ b/src/PVE/ACME/DNSChallenge.pm @@ -119,6 +119,9 @@ my $plugin_names = [ 'zone', 'zonomi', ]; +sub get_supported_plugins { + return $plugin_names; +} sub properties { return {