Versions in this module Expand all Collapse all v4 v4.14.5 Dec 29, 2024 v4.14.4 Oct 15, 2023 v4.14.3 Oct 15, 2023 v4.8.2 Oct 15, 2023 Changes in this version + const EnvDomainName + const EnvHTTPTimeout + const EnvIdentityEndpoint + const EnvPassword + const EnvPollingInterval + const EnvProjectName + const EnvPropagationTimeout + const EnvSequenceInterval + const EnvTTL + const EnvUserName + type Config struct + DomainName string + HTTPClient *http.Client + IdentityEndpoint string + Password string + PollingInterval time.Duration + ProjectName string + PropagationTimeout time.Duration + SequenceInterval time.Duration + TTL int + UserName string + 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) Sequential() time.Duration + func (d *DNSProvider) Timeout() (timeout, interval time.Duration) Other modules containing this package github.com/Thijn/lego