Unified DNS API client for GO
Unified DNS API client for GOlang. See here for the documentation of common provider interface.
type Provider interface {
EnsureARecord(domain string, ip string) error
DeleteARecord(domain string, ip string) error
DeleteARecords(domain string) error
}
The initial implementation of this library was forked from https://github.com/xenolf/lego/tree/master/providers/dns