From eafce8e00b10b1e7ad56ab4f2c3baa3e8e45048c Mon Sep 17 00:00:00 2001 From: john Date: Wed, 11 Feb 2026 22:26:11 +0000 Subject: [PATCH] Add ddclient/installation.txt --- ddclient/installation.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ddclient/installation.txt diff --git a/ddclient/installation.txt b/ddclient/installation.txt new file mode 100644 index 0000000..3cead46 --- /dev/null +++ b/ddclient/installation.txt @@ -0,0 +1,6 @@ +Installation +It comes pre-installed on most distributions and we recommend that you use the installed version unless you really need the latest version. In case of Debian based systems, you can use apt-get install ddclient to install it. + +Be sure to put all the parameters in the configuration file before running DDClient. You can run DDClient as /usr/sbin/ddclient -daemon 300 -syslog which ensures that it is in daemon mode. + +If you think your configuration is correct, but DDClient does not work as expected, you can enable debug and verbose messages by running ddclient -daemon=0 -debug -verbose -noquiet \ No newline at end of file