Versions in this module Expand all Collapse all v4 v4.15.1 Feb 17, 2024 Changes in this version + const EnvCustomerName + const EnvHTTPTimeout + const EnvPassword + const EnvPollingInterval + const EnvPropagationTimeout + const EnvTTL + const EnvUserName + type Config struct + CustomerName string + HTTPClient *http.Client + Password string + PollingInterval time.Duration + PropagationTimeout 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) Timeout() (timeout, interval time.Duration) Other modules containing this package github.com/ChintuIdrive/lego