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.
- Host: GitHub
- URL: https://github.com/lytedev/netlify-ddns
- Owner: lytedev
- Created: 2020-06-22T17:06:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T22:31:10.000Z (almost 5 years ago)
- Last Synced: 2024-04-15T02:02:48.640Z (about 2 years ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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