# Functions
NewDefaultConfig returns a default configuration for the DNSProvider.
NewDNSProvider returns a DNSProvider instance configured for IBM Cloud (SoftLayer).
NewDNSProviderConfig return a DNSProvider instance configured for IBM Cloud (SoftLayer).
# Constants
EnvAPIKey the name must be the same as here: https://github.com/softlayer/softlayer-go/blob/534185047ea683dd1e29fd23e445598295d94be4/session/session.go#L175.
Environment variables names.
EnvHTTPTimeout the name must be the same as here: https://github.com/softlayer/softlayer-go/blob/534185047ea683dd1e29fd23e445598295d94be4/session/session.go#L182.
Environment variables names.
Environment variables names.
Environment variables names.
EnvUsername the name must be the same as here: https://github.com/softlayer/softlayer-go/blob/534185047ea683dd1e29fd23e445598295d94be4/session/session.go#L171.
# Structs
Config is used to configure the creation of the DNSProvider.
DNSProvider implements the challenge.Provider interface.