mirror of
https://git.proxmox.com/git/proxmox-acme
synced 2025-04-28 23:13:32 +00:00
dns challenge: add world4you schema
Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
This commit is contained in:
parent
0663394d2e
commit
da91f53693
@ -351,7 +351,19 @@ my $plugins = {
|
||||
'variomedia' => {},
|
||||
'vscale' => {},
|
||||
'vultr' => {},
|
||||
'world4you' => {},
|
||||
'world4you' => {
|
||||
name => 'World4You',
|
||||
fields => {
|
||||
'WORLD4YOU_USERNAME' => {
|
||||
description => "The World4You customer id or package id",
|
||||
type => 'string',
|
||||
},
|
||||
'WORLD4YOU_PASSWORD' => {
|
||||
description => "The World4You password",
|
||||
type => 'string',
|
||||
},
|
||||
},
|
||||
},
|
||||
'websupport' => {},
|
||||
'yandex' => {},
|
||||
'zilore' => {},
|
||||
|
Loading…
Reference in New Issue
Block a user