Open curuvar opened 1 month ago
Apparently dynu.com has updated their API.
Instead of specifying an update with a fragment ...&hostname=my-host.my-domain.com&... the new API uses the fragment ...&hostname=my-domain.com&alias=my-host&...
I modified my /usr/share/ddns/default/dynu.com.json to change:
...?hostname=[DOMAIN]&...
to
...?hostname=[DOMAIN]&alias=[PARAMOPT]&...
Then put the alias name in the PARAMOPT field when editing with luci.
Apparently dynu.com has updated their API.
Instead of specifying an update with a fragment ...&hostname=my-host.my-domain.com&... the new API uses the fragment ...&hostname=my-domain.com&alias=my-host&...