1######################################################################
2## ddclient is an IP address updater for www.dyndns.org
3######################################################################
4## minute         0-59
5## hour           0-23
6## day of month   1-31
7## month          1-12 (or names, see below)
8## day of week    0-7 (0 or 7 is Sun, or use names)
9######################################################################
10## force an update twice a month (only if you are not using daemon-mode)
11##
12## 30 23 1,15 * *	root    /usr/local/sbin/ddclient -daemon=0 -syslog -quiet -force
13######################################################################
14## retry failed updates every hour (only if you are not using daemon-mode)
15##
16## 0 * * * *	root    /usr/local/sbin/ddclient -daemon=0 -syslog -quiet retry
17