Versions in this module Expand all Collapse all v4 v4.9.11 Feb 21, 2023 Changes in this version + const EnvAccessToken + const EnvClientSecret + const EnvClientToken + const EnvEdgeRc + const EnvEdgeRcSection + const EnvHost + const EnvPollingInterval + const EnvPropagationTimeout + const EnvTTL + type Config struct + PollingInterval time.Duration + PropagationTimeout time.Duration + 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)