Versions in this module Expand all Collapse all v4 v4.18.1 Sep 18, 2024 Changes in this version + const EnvDNSName + const EnvHTTPTimeout + const EnvHostname + const EnvInsecureSkipVerify + const EnvPassword + const EnvPollingInterval + const EnvPropagationTimeout + const EnvUsername + const EnvViewName + type Config struct + DNSName string + HTTPClient *http.Client + Hostname string + InsecureSkipVerify bool + Password string + PollingInterval time.Duration + PropagationTimeout time.Duration + Username string + ViewName string + func NewDefaultConfig() *Config + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func NewDNSProviderConfig(config *Config) (*DNSProvider, error) + func (d *DNSProvider) CleanUp(domain, _, keyAuth string) error + func (d *DNSProvider) Present(domain, _, keyAuth string) error + func (d *DNSProvider) Timeout() (timeout, interval time.Duration)