Giter VIP home page Giter VIP logo

Comments (3)

britannic avatar britannic commented on August 28, 2024

This package adds templates to Ubiquiti's EdgeOS DDNS configuration, which in turn uses ddclient to actually perform the DDNS updates. I checked ddclient's Perl source code and docs to see if it supports alternative DDNS ports for nsupdate, but couldn't find any. Reopen this issue if you can find ddclient support for an alternate DDNS port.

from edgemax-rfc2136-ddns.

kpfleming avatar kpfleming commented on August 28, 2024

Thanks, that is very helpful. Even though the ddclient docs don't indicate that a port number can be provided, reviewing the code shows that the 'server' configuration item is parsed as a T_FQDNP, and does allow a port number to be included in the string (separated by a ':' from the hostname or IPv4 address). Unfortunately when it is passed to nsupdate it will be the wrong format, as nsupdate requires the port number to be separated from the server name/address by whitepace, not a colon, but that's a ddclient bug, not a bug in this package. I'll experiment with a modified ddclient and send a PR there if I can get it to work.

from edgemax-rfc2136-ddns.

kpfleming avatar kpfleming commented on August 28, 2024

Confirmed; with a tiny change to ddclient-ubnt, I can specify the server with an explicit port number and the update is sent properly. Thanks again for producing this package!

from edgemax-rfc2136-ddns.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.