dns challenge: add world4you schema

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
This commit is contained in:
Lorenz Stechauner 2021-05-05 10:26:42 +02:00 committed by Thomas Lamprecht
parent 0663394d2e
commit da91f53693

View File

@ -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' => {},