Discover Packages
github.com/LukasDeco/lego/v4
providers
dns
dnsmadeeasy
internal
package
Version:
v4.12.0
Opens a new window with list of versions in this module.
Published: Dec 19, 2023
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Client DNSMadeEasy client.
NewClient creates a DNSMadeEasy client.
CreateRecord creates a TXT records.
DeleteRecord deletes a TXT records.
GetRecords gets all TXT records.
type Domain struct {
ID int `json:"id"`
Name string `json:"name"`
}
Domain holds the DNSMadeEasy API representation of a Domain.
type Record struct {
ID int `json:"id"`
Type string `json:"type"`
Name string `json:"name"`
Value string `json:"value"`
TTL int `json:"ttl"`
SourceID int `json:"sourceId"`
}
Record holds the DNSMadeEasy API representation of a Domain Record.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.