Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 594 Bytes

File metadata and controls

32 lines (23 loc) · 594 Bytes

Netlify Dynamic DNS

A dynamic DNS updater for netlify written in go. Primary audience of this software are people who want to have Dynamic DNS functionality for cheap/free.

!! - This software is provided as is with no guaruntee of support. - !!

Prerequisites

  • A Netlify Account
  • A Domain that is managed through Netlify

Installing

Local

go install github.com/eli-xciv/netlify-ddns

Run

Docker

Coming Soon

Cron

Command Line

export NETLIFY_API_TOKEN=XXXXXXXXXXXXXXX
export NETLIFY_URL=my-netlify.com
netlify-ddns

Moving Forward

Contributing