dns_namesilo
This commit is contained in:
parent
5729dddaf9
commit
9dcb1e1c9c
@ -60,6 +60,7 @@ func List() []Provider {
|
||||
getDNSLua(),
|
||||
getDNSMe(),
|
||||
getDNSNamecom(),
|
||||
getDNSNamesilo(),
|
||||
getDNSServercow(),
|
||||
getDNSOne(),
|
||||
getDNSPDNS(),
|
||||
|
18
backend/internal/dnsproviders/dns_namesilo.go
Normal file
18
backend/internal/dnsproviders/dns_namesilo.go
Normal file
@ -0,0 +1,18 @@
|
||||
package dnsproviders
|
||||
|
||||
func getDNSNamesilo() Provider {
|
||||
return Provider{
|
||||
AcmeshName: "dns_namesilo",
|
||||
Schema: commonKeySchema,
|
||||
Fields: []providerField{
|
||||
{
|
||||
Name: "API Key",
|
||||
Type: "password",
|
||||
MetaKey: "api_key",
|
||||
EnvKey: "Namesilo_Key",
|
||||
IsRequired: true,
|
||||
IsSecret: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
@ -74,6 +74,9 @@
|
||||
"acmesh.dns_namecom": {
|
||||
"defaultMessage": "Name.com"
|
||||
},
|
||||
"acmesh.dns_namesilo": {
|
||||
"defaultMessage": "Namesilo.com"
|
||||
},
|
||||
"acmesh.dns_nsone": {
|
||||
"defaultMessage": "NS1.com"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user