Versions in this module Expand all Collapse all v4 v4.18.1 Sep 18, 2024 Changes in this version + const EnvHTTPTimeout + const EnvPollingInterval + const EnvPropagationTimeout + const EnvTTL + const EnvToken + type Config struct + HTTPTimeout time.Duration + PollingInterval time.Duration + PropagationTimeout time.Duration + TTL int + Token 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() (time.Duration, time.Duration) Other modules containing this package github.com/alekseiops/lego