Versions in this module Expand all Collapse all v4 v4.15.1 Feb 17, 2024 Changes in this version + const EnvHTTPTimeout + const EnvPassword + const EnvPollingInterval + const EnvPropagationTimeout + const EnvServerBaseURL + const EnvTTL + const EnvUsername + type Config struct + 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)