I just thought I should mention this for my own records that this configuration file works for zoneedit+ddclient combination on a debian machine as of 13th April 2009.
pid=/var/run/ddclient.pid,
protocol=zoneedit1,
use=web,
web=http://www.zoneedit.com/checkip.html,
web-skip='Current IP Address:',
server=dynamic.zoneedit.com,
login=MyName,
password='MyPassword',
yourdomain.com,www.yourdomain.com
Subscribe to:
Post Comments (Atom)
1 comment:
Thanks much. Your post helped me trying to find out what was wrong with the default settings that did not work. I'd like to add the current address of zoneedit ip querying, though. It's dynamic.zoneedit.com/checkip.html
so the current version of /etc/ddclient.conf is about:
pid=/var/run/ddclient.pid,
protocol=zoneedit1,
use=web,
web=http://dynamic.zoneedit.com/checkip.html,
web-skip='Current IP Address:',
server=dynamic.zoneedit.com,
login=MyName,
password='MyPassword',
yourdomain.com,www.yourdomain.com
Post a Comment