Skip to content

libdns/netlify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NETLIFY for libdns

Go Reference

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

Example

  • Create a .env file in the _example/ directory with the following inside:
NETLIFY_TOKEN=YOUR_NETLIFY_TOKEN
ZONE=YOUR_ZONE_NAME
  • Then run go run main.go