ABOUT
ddclient is a Perl client used to update dynamic DNS entries for accounts on a wide range of dynamic DNS service providers. It supports multiple protocols and providers, allowing automatic IP address updates for your domain names.
infoAfter installation, edit `/etc/ddclient.conf` with your dynamic DNS provider credentials
infoSample configuration is created for Namecheap but can be modified for other providers
INSTALL
Approved local installer
Defaultdebian 13
Approved locally1 CPU512 MB RAM2 GB disk
Config path/etc/ddclient.conf
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/ddclient.sh'; sha='b74d105643273457cddefd0b2cb56f01913ad944433ed300f620af5fc64e699c'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/ddclient.shSHA-256 b74d105643273457cddefd0b2cb56f01913ad944433ed300f620af5fc64e699c LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.