Versions in this module Expand all Collapse all v4 v4.15.1 Feb 17, 2024 Changes in this version + const EnvAPIKey + const EnvAPIURL + const EnvAPIVersion + const EnvHTTPTimeout + const EnvPollingInterval + const EnvPropagationTimeout + const EnvServerName + const EnvTTL + type Config struct + APIKey string + APIVersion int + HTTPClient *http.Client + Host *url.URL + PollingInterval time.Duration + PropagationTimeout time.Duration + ServerName 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/ChintuIdrive/lego