I have a dynamic hostname setup and it seems to be working ("home.mojostan.us"). I found that the "zoneedit-dynjs.html" was simply creating a URL like:
...//rjohnson70:MyToken@dynamic.zoneedit.com/dyn/jsclient.php?rsp_ident=zoneedit&hostname=home.mojostan.us&wildcard=NO
so I simply use curl in a crontab entry every 30 minutes. (This means it automatically runs when the system is running, without any need for a server, web page, etc.)
This always returns:
<ERROR CODE="700" TEXT="no update required for home.mojostan.us to 98.173.52.230" ZONE="home.mojostan.us">
but it looks as though that's the expected result as long my outside IP hasn't changed?
Is there any reason why I shouldn't be doing the updates this way? I don't want to over-tax zoneedit's servers in any way, but this looks to me to be basically the same as what the ".html" script is doing and it makes sense. Sandy, anything I'm missing?
...//rjohnson70:MyToken@dynamic.zoneedit.com/dyn/jsclient.php?rsp_ident=zoneedit&hostname=home.mojostan.us&wildcard=NO
so I simply use curl in a crontab entry every 30 minutes. (This means it automatically runs when the system is running, without any need for a server, web page, etc.)
This always returns:
<ERROR CODE="700" TEXT="no update required for home.mojostan.us to 98.173.52.230" ZONE="home.mojostan.us">
but it looks as though that's the expected result as long my outside IP hasn't changed?
Is there any reason why I shouldn't be doing the updates this way? I don't want to over-tax zoneedit's servers in any way, but this looks to me to be basically the same as what the ".html" script is doing and it makes sense. Sandy, anything I'm missing?