plugins icon indicating copy to clipboard operation
plugins copied to clipboard

os-ddclient plugin does not support linode dynamic dns update

Open rfc4711 opened this issue 2 years ago • 3 comments

Important notices Before you add a new report, we ask you kindly to acknowledge the following:

  • [ X ] I have read the contributing guidelines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
  • [ X ] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
  • [ X ] The title contains the plugin to which this issue belongs

Describe the bug Linode updates are not supported ddclient, but are supported with legacy dyndns client

With the forced update to ddclient in the future, there is a lack of provider options compared to the DynDNS-OS plugin. Can before the forced switchover parity to all providers as previously available with the os-dyndns plugin be achieved? I use Linode to update my dynamic DNS domains, are there at least instructions on how to add Linode as a custom provider to ddclient?

To Reproduce Steps to reproduce the behavior:

  1. Install os-ddclient
  2. Try to convert os-dyns configuration to os-ddlcient config

Expected behavior Have feature parity with the to be depreciated plugin

Environment OPNsense 22.1.4_1-amd64

rfc4711 avatar Mar 26 '22 13:03 rfc4711

I second this, as I realized it after moving away from pfSense to OPNsense. Would be nice to have it supported.

vaygr avatar Mar 28 '22 00:03 vaygr

Same here, using Linode as my domain DNS hosting. Ok for now but I don't find a propet way to convert my configuration to os-ddclient. I think Linode is a pretty serious company and should be there.

webxI23 avatar Apr 10 '22 12:04 webxI23

No Traction on this, or at least instructions on using custom? We're on the cusp of forced update

snuffop avatar Jul 20 '22 10:07 snuffop

This issue has been automatically timed-out (after 180 days of inactivity).

For more information about the policies for this repository, please read https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md for further details.

If someone wants to step up and work on this issue, just let us know, so we can reopen the issue and assign an owner to it.

OPNsense-bot avatar Sep 22 '22 12:09 OPNsense-bot

Maybe not the best solution, but worked for me while a native ddclient (or other plugin) solution arrives:

I created a no-ip host that I update from opnsense (any ddclient supported service should work) and then I created a CNAME record on the Linode Domain (DNS) Manager pointing to the no-ip host.

A script that employs curl (as shown in https://www.linode.com/docs/api/domains/#domain-record-update) probably would be a better way to implement a more straightforward solution.

vladgitdev avatar Jun 28 '23 17:06 vladgitdev