Documentation ¶
Overview ¶
Package auroradns adapts the lego AuroraDNS DNS provider for Caddy. Importing this package plugs it in.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDNSProvider ¶
func NewDNSProvider(credentials ...string) (caddytls.ChallengeProvider, error)
NewDNSProvider returns a new AuroraDNS DNS challenge provider. The credentials are interpreted as follows:
len(0): use credentials from environment len(3): credentials[0] = Base URL
credentials[1] = User ID credentials[2] = Key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.