Calls DDNS APIs smartly.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cat /dev/Nulo 48f7aa40d5 indicar que tipo de log es 4 weeks ago
nameservers indicar que tipo de log es 4 weeks ago
.gitignore gitignore 5 months ago
config.go 2 minutes instead of 300 minutes 3 months ago
go.mod cambiar nombre de paquete para go install 4 months ago
main.go indicar que tipo de log es 4 weeks ago
readme.md readme 5 months ago

readme.md

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"
    }
  ]
}

Run:

ddnser ./path/to/config.json