I am using a custom Dynamic DNS script that I built to update my domain name. It has been working for many years.
It stopped working today.
The last update that ran successfully on the old endpoint, (dynamic.zoneedit.com/auth/dynamic.html) was on Nov 20, 2024.
My ip had not changed until yesterday, so I did not know that the endpoint had been changed.
I updated it today to use the new endpoint and parameters.
https://{ze_username}:{ze_token}@api.cp.zoneedit.com/dyn/generic.php?hostname={ze_hostname}&myip={ip_address}
A couple of things I noticed with the new endpoint. Each hostname and subdomain has use a separate call using the new format above.
The old api allowed sending all domain names in a single call. I have adapted my script to loop through each domain and make separate calls for each one.
The problem I am having is that when the hostname is "@.domain.com", it results in an error.
<ERROR CODE="700" TEXT="Hostname error" ZONE="@.domain.com">
What should I use to replace the "@" symbol in the DYN Domain name?
The purpose of the "@" symbol is to allow using "domain.com" without a subdomain such as "www" prepending it.
How can I update this DYN record using the API?
Thanks
It stopped working today.
The last update that ran successfully on the old endpoint, (dynamic.zoneedit.com/auth/dynamic.html) was on Nov 20, 2024.
My ip had not changed until yesterday, so I did not know that the endpoint had been changed.
I updated it today to use the new endpoint and parameters.
https://{ze_username}:{ze_token}@api.cp.zoneedit.com/dyn/generic.php?hostname={ze_hostname}&myip={ip_address}
A couple of things I noticed with the new endpoint. Each hostname and subdomain has use a separate call using the new format above.
The old api allowed sending all domain names in a single call. I have adapted my script to loop through each domain and make separate calls for each one.
The problem I am having is that when the hostname is "@.domain.com", it results in an error.
<ERROR CODE="700" TEXT="Hostname error" ZONE="@.domain.com">
What should I use to replace the "@" symbol in the DYN Domain name?
The purpose of the "@" symbol is to allow using "domain.com" without a subdomain such as "www" prepending it.
How can I update this DYN record using the API?
Thanks