This repository has been archived on 2024-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
ddnser/readme.md

724 B

ddnser

Refreshes domain records periodically or when interfaces change IP addresses.

Usage

Create a config file:

{
  // "ip": "hardcoded IP address, if set it is used instead of detected address",
  // how often to poll unconditionally
  "every": 60,
  "domains": [
    {
      "type": "njalla ddns",
      "name": "estoesprueba.nulo.in",
      "key": "INSERT_KEY"
    },
    {
      "type": "he.net ddns",
      "name": "pruebas.bat.ar",
      "key": "INSERT_KEY"
    },
    {
      "type": "cloudflare v4 api",
      "name": "*.nulo.in",
      "zoneName": "nulo.in",
      "key": "INSERT_KEY" // https://dash.cloudflare.com/profile/api-tokens
    }
  ]
}

Run:

ddnser ./path/to/config.json