dns_acmedns

This commit is contained in:
Jamie Curnow
2022-06-01 13:11:21 +04:00
parent 322048d5af
commit 523449f050
3 changed files with 73 additions and 0 deletions

View File

@ -36,6 +36,7 @@ func (p *Provider) GetAcmeEnvVars(meta interface{}) map[string]string {
// List returns an array of providers
func List() []Provider {
return []Provider{
getDNSAcmeDNS(),
getDNSAd(),
getDNSAli(),
getDNSAws(),