An open API service indexing awesome lists of open source software.

https://github.com/lytedev/netlify-ddns

A stupid-simple, "fake dynamic DNS" script that integrates with Netlify via their provided API.
https://github.com/lytedev/netlify-ddns

Last synced: 5 months ago
JSON representation

A stupid-simple, "fake dynamic DNS" script that integrates with Netlify via their provided API.

Awesome Lists containing this project

README

          

# netlify-ddns

A stupid-simple, "fake dynamic DNS" script that integrates with Netlify via
their [provided API][netlify-api].

## Dependencies

+ bash
+ curl
+ jq

## Basic Usage

Just run `make` to configure (if your first time) and run.

If you want this to run recurring every 5 minutes, setup a systemd timer for the
current user with `make install-user-timer`. You can revert this by running
`make uninstall-user-timer`.

[netlify-api]: https://open-api.netlify.com