Versions in this module Expand all Collapse all v4 v4.0.2 Jun 12, 2023 Changes in this version + const EnvPassword + const EnvPollingInterval + const EnvPropagationTimeout + const EnvSandbox + const EnvSharedSecret + const EnvTTL + const EnvUsername + type Config struct + Password string + PollingInterval time.Duration + PropagationTimeout time.Duration + Sandbox bool + SharedSecret string + 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)