Sunday, April 12, 2009

Zoneedit with ddclient on debian

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

1 comment:

Unknown said...

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