Versions in this module Expand all Collapse all v4 v4.9.11 Feb 21, 2023 Changes in this version + const EnvAuthID + const EnvAuthPassword + const EnvHTTPTimeout + const EnvPollingInterval + const EnvPropagationTimeout + const EnvSubAuthID + const EnvTTL + type Config struct + AuthID string + AuthPassword string + HTTPClient *http.Client + PollingInterval time.Duration + PropagationTimeout time.Duration + SubAuthID string + TTL int + func NewDefaultConfig() *Config + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func NewDNSProviderConfig(config *Config) (*DNSProvider, error) + func (d *DNSProvider) CleanUp(domain, token, keyAuth string) error + func (d *DNSProvider) Present(domain, token, keyAuth string) error + func (d *DNSProvider) Timeout() (timeout, interval time.Duration) Other modules containing this package github.com/reinismu/lego