Any docker recommendations for a utility that can update DNS, based on current external IP?

I’ve used ddclient in the past, but it seems like its not working anymore, oddly.

  • Max-P@lemmy.max-p.me
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    What DNS provider does it need to support?

    Personally I’d just whip up a quick shell script or use something like Python, it’s probably like 20 lines of code to make the necessary API request and you have much more freedom than some fixed software and fixed features.