Versions in this module Expand all Collapse all v4 v4.18.1 Sep 18, 2024 Changes in this version + const EnvDNSZone + const EnvPollingInterval + const EnvPropagationTimeout + const EnvRegion + type Config struct + DNSZone string + PollingInterval time.Duration + PropagationTimeout time.Duration + Region 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) Other modules containing this package github.com/alekseiops/lego