inspector71
New Member
Seriously stuck with ddclient seeming to have backflipped into the lava since a few days back when the clients tried to update.
FWIW, using ddclient version 3.8.3:
		Code:
	
	dpkg -l | grep ddclient
ii  ddclient                    3.8.3-1.1                           all          address updating utility for dynamic DNS services
	... installed via APT from the Raspberry Pi raspbian buster repository, this:
		Markdown (GitHub flavored):
	
	cat /etc/ddclient.conf
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
protocol=zoneedit1
use=web
web=api.ipify.org
#server=api.cp.zoneedit.com
server=dynamic.zoneedit.com
login=<my.zoneedit.username>
password='<zoneedit.token>'
<my.domain.name>
	... seems to be working for me:
		Code:
	
	ddclient -verbose
CONNECT:  api.ipify.org
CONNECTED:  using HTTP
SENDING:  GET / HTTP/1.0
SENDING:   Host: api.ipify.org
SENDING:   User-Agent: ddclient/3.8.3
SENDING:   Connection: close
SENDING:
RECEIVE:  HTTP/1.1 200 OK
RECEIVE:  Server: Cowboy
RECEIVE:  Connection: close
RECEIVE:  Content-Type: text/plain
RECEIVE:  Vary: Origin
RECEIVE:  Date: Fri, 04 Feb 2022 01:02:21 GMT
RECEIVE:  Content-Length: 13
RECEIVE:  Via: 1.1 vegur
RECEIVE:
RECEIVE:  <WAN.IP.address>
SUCCESS:  <my.domain.name>: skipped: IP address was already set to <WAN.IP.address>.
	Note the commented out Zoneedit server domain in the conf(ig):
		Code:
	
	#server=api.cp.zoneedit.com
server=dynamic.zoneedit.com
	Do not recall / know why ddclient appears to need / works with:
		Code:
	
	dynamic.zoneedit.com
	... instead of ...
		Code:
	
	api.cp.zoneedit.com
	... but it works.
Hope that helps in some way.
			
				Last edited: