Aanhalen Erich Titl <[EMAIL PROTECTED]>: Comments inline > I have not done this but why not just dig or nslookup for the FQDN > before > launching ez-ipupdate and then decide if it is needed? > > something like > > if (my_new_ip != nslookup(myhost.dyndns.org)) > ez_ipupdate(my_new_ip);
That is kinda defeating the purpose of ez-ipupdate, that is just what it does, checking if your ip has changed, not by using dig but by using a cache file. The nslookup approach would indeed help against overupdating. But it would be problematic because dyndns deletes your account if it is not updated for 30 days. Kim Oppalfens > > that should cover most circumstances unless you are rebooting often, > getting a new address all the time and TTL's are longer than your reboot > > interval. > > HTH > > Erich > > > THINK > P�ntenstrasse 39 > 8143 Stallikon > mailto:[EMAIL PROTECTED] > PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16 > > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We > supply > the hardware. You get the recognition. Email Us: > [EMAIL PROTECTED] > > ------------------------------------------------------------------------ > leaf-user mailing list: [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/leaf-user > SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html > > ------------------------------------------------- This mail sent through Tiscali Webmail (http://webmail.tiscali.be) _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
