OpenDNS with ddclient contrib
I created a template fragment as follows
/etc/e-smith/templates-custom/etc/ddclient/ddclient.conf/30OpenDNS
##
## OpenDNS.com account-configuration
##
server=updates.opendns.com, \
protocol=dyndns2, \
login=<opendns user name>, \
password=<opendns password> \
<opendns network label>
I also modified /etc/e-smith/templates-custom/etc/ddclient/ddclient.conf/10Headers to enable ssl
daemon=300 # check every 300 seconds
syslog=yes # log update msgs to syslog
mail=admin # mail update msgs to admin
mail-failure=admin created a template fragment as follows
pid=/var/run/ddclient.pid # record PID in file.
sl=yes # use ssl
#s
then
# expand-template /etc/ddclient/ddclient.conf
# killall ddclient
# ddclient
It took a while for OpenDNS to recognise the network label, but the ddclient failure emails have stopped and all seems to be well.
Si