Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 914 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 914 Bytes

DNS Made Easy for libdns

Go Reference

A DNS Made Easy APIv2 client for libdns using the dnsmadeeasy module

This package implements the libdns interfaces for DNS Made Easy, allowing you to manage DNS records.

Configuration

This provider expects the following configuration:

  • APIKey - a DNS Made Easy API Key (from Account Information page)
  • SecretKey - a DNS Made Easy Secret Key (from Account Information page)
  • BaseURL - one of dnsmadeeasy.Sandbox or dnsmadeeasy.Prod

Notes

This project was authored to support the needs of Caddy Server