NETLIFY for libdns
This package implements the libdns interfaces for Netlify, allowing you to manage DNS records.
- 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