Download Latest Version v4.0.0 source code.zip (383.4 kB)
Email in envelope

Get an email when there's a new version of ddclient

Home / v4.0.0-rc.2
Name Modified Size InfoDownloads / Week
Parent folder
ddclient-4.0.0-rc.2.tar.gz 2025-01-07 360.8 kB
README.md 2025-01-07 895 Bytes
v4.0.0-rc.2 source code.tar.gz 2025-01-07 298.1 kB
v4.0.0-rc.2 source code.zip 2025-01-07 378.4 kB
Totals: 4 Items   1.0 MB 0

Notable changes since v4.0.0-rc.1:

Breaking changes

  • ddclient now looks for ddclient.conf in ${sysconfdir}/ddclient by default instead of ${sysconfdir}. #789

    To retain the previous behavior, pass '--with-confdir=${sysconfdir}' to configure. For example:

    ```shell

    Before v4.0.0:

    ./configure --sysconfdir=/etc

    Equivalent with v4.0.0 and later (the single quotes are intentional):

    ./configure --sysconfdir=/etc --with-confdir='${sysconfdir}' ```

    or:

    ```shell

    Before v4.0.0:

    ./configure --sysconfdir=/etc/ddclient

    Equivalent with v4.0.0 and later:

    ./configure --sysconfdir=/etc ```

New features

  • New --mail-from option to control the "From:" header of email messages. #565
Source: README.md, updated 2025-01-07