1
0
Fork 0

Fix: acme DNS providers

This commit is contained in:
Ludovic Fernandez 2018-10-11 16:50:04 +02:00 committed by Traefiker Bot
parent 1b54f4d32a
commit 7eeac63139
11 changed files with 488 additions and 5 deletions

View file

@ -82,7 +82,7 @@ func NewDNSProviderConfig(config *Config) (*DNSProvider, error) {
client := api.NewClient(config.Token, config.Secret, "tk1a")
client.UserAgent = acme.UserAgent
return &DNSProvider{client: client}, nil
return &DNSProvider{client: client, config: config}, nil
}
// Present creates a TXT record to fulfill the dns-01 challenge.