Documentation ¶
Overview ¶
Package vultr implements a DNS provider for solving the DNS-01 challenge using the vultr DNS. See https://www.vultr.com/api/#dns
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSProvider ¶
type DNSProvider struct {
// contains filtered or unexported fields
}
DNSProvider is an implementation of the acme.ChallengeProvider interface.
func Default ¶
func Default() (*DNSProvider, error)
NewDNSProvider returns a DNSProvider instance with a configured Vultr client. Authentication uses the VULTR_API_KEY environment variable.
func New ¶
func New(opt Options) (*DNSProvider, error)
NewDNSProviderCredentials uses the supplied credentials to return a DNSProvider instance configured for Vultr.
func (*DNSProvider) DeleteARecord ¶
func (c *DNSProvider) DeleteARecord(domain string, ip string) error
func (*DNSProvider) DeleteARecords ¶
func (c *DNSProvider) DeleteARecords(domain string) error
func (*DNSProvider) EnsureARecord ¶
func (c *DNSProvider) EnsureARecord(domain string, ip string) error
Click to show internal directories.
Click to hide internal directories.