Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 473 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 473 Bytes

netlify-ddns

A stupid-simple, "fake dynamic DNS" script that integrates with Netlify via their provided 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.