dns_zonomi
This commit is contained in:
@ -70,6 +70,7 @@ func List() []Provider {
|
||||
getDNSUnoeuro(),
|
||||
getDNSVscale(),
|
||||
getDNSYandex(),
|
||||
getDNSZonomi(),
|
||||
}
|
||||
}
|
||||
|
||||
|
18
backend/internal/dnsproviders/dns_zonomi.go
Normal file
18
backend/internal/dnsproviders/dns_zonomi.go
Normal file
@ -0,0 +1,18 @@
|
||||
package dnsproviders
|
||||
|
||||
func getDNSZonomi() Provider {
|
||||
return Provider{
|
||||
AcmeshName: "dns_zonomi",
|
||||
Schema: commonKeySchema,
|
||||
Fields: []providerField{
|
||||
{
|
||||
Name: "API Key",
|
||||
Type: "password",
|
||||
MetaKey: "api_key",
|
||||
EnvKey: "ZM_Key",
|
||||
IsRequired: true,
|
||||
IsSecret: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user