/ddns-updater

A basic ddns updater for spdyn.de ddns service for personal use.

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

DDNS Updater : SpDyn.de

A small go program to update hostup with spdyn.de ddns service api.

How To

To use this program, simply clone the project in your local disk

$ git clone https://github.com/ashraful-islam/ddns-updater

Compile

$ go build -o ddns-updater main.go

Todos:

  • add tests
  • refactor