Versions in this module Expand all Collapse all v4 v4.14.5 Dec 29, 2024 Changes in this version type Config + ZoneName string v4.14.4 Oct 15, 2023 v4.14.3 Oct 15, 2023 v4.8.2 Oct 15, 2023 Changes in this version + const EnvClientID + const EnvClientSecret + const EnvEnvironment + const EnvMetadataEndpoint + const EnvPollingInterval + const EnvPrivateZone + const EnvPropagationTimeout + const EnvResourceGroup + const EnvSubscriptionID + const EnvTTL + const EnvTenantID + const EnvZoneName + type Config struct + ActiveDirectoryEndpoint string + ClientID string + ClientSecret string + HTTPClient *http.Client + MetadataEndpoint string + PollingInterval time.Duration + PrivateZone bool + PropagationTimeout time.Duration + ResourceGroup string + ResourceManagerEndpoint string + SubscriptionID string + TTL int + TenantID 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) Other modules containing this package github.com/Thijn/lego