]> git.proxmox.com Git - proxmox-acme.git/commitdiff
allow to get full DNS plugins list
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 3 May 2020 14:47:41 +0000 (16:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 3 May 2020 14:47:41 +0000 (16:47 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/ACME/DNSChallenge.pm

index f8ecbff3b10079fd4b5ce40631fe10f4e9a44ed5..b3fc069c4a8219f91a510192a40aa96a9027b637 100644 (file)
@@ -119,6 +119,9 @@ my $plugin_names = [
     'zone',
     'zonomi',
 ];
+sub get_supported_plugins {
+    return $plugin_names;
+}
 
 sub properties {
     return {