Wildcard update doesn't work

Crupuk

New Member
Hi,

I have a problem with my domain ( soez.be ) and the update mechanism.

I have three record ( soez.be , smtp.soez.be and *.soez.be ) and i use a bash script to update these record like that :

Code:
wget -O - --http-user=UserName--http-passwd=Password "https://dynamic.zoneedit.com/auth/dynamic.html?host=soez.be"
wget -O - --http-user=UserName--http-passwd=Password "https://dynamic.zoneedit.com/auth/dynamic.html?host=smtp.soez.be"
wget -O - --http-user=UserName--http-passwd=Password "https://dynamic.zoneedit.com/auth/dynamic.html?host=*.soez.be"

It works fine for the two first record ( soez.be, smtp.soez.be ) but i have this error code for the last one :

Code:
<ERROR CODE="702" PARAM="600" TEXT="Minimum 600 seconds between requests" ZONE="soez.be">

My script , test if the ip from the cache is correcte and don't retry until it change, my widlcard is never updated...

Could you help me ?

Thanks
 

sandy

Administrator
Staff member
Can you please set the TTL for the domain name to 10 minutes from 5 and also set individual TTL's for the dynamic records to at least 600 seconds.

thanks
sandy
 
Top