Versions in this module Expand all Collapse all v1 v1.0.6 May 5, 2023 v1.0.5 Dec 30, 2021 v1.0.4 Jun 3, 2021 Changes in this version + const EnvDNSView + const EnvHTTPTimeout + const EnvHost + const EnvPassword + const EnvPollingInterval + const EnvPort + const EnvPropagationTimeout + const EnvSSLVerify + const EnvTTL + const EnvUsername + const EnvWApiVersion + type Config struct + DNSView string + HTTPTimeout int + Host string + Password string + PollingInterval time.Duration + Port string + PropagationTimeout time.Duration + SSLVerify bool + TTL int + Username string + WapiVersion 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)