Date: Tue, 15 Apr 2003 15:53:52 -0700 From: "William Ashworth" <willybaby12345@yahoo.com> To: "E. J. Cerejo" <ej.cerejo@laposte.net> Cc: freebsd-questions@freebsd.org Subject: Re: Dynamic IP Web Server Message-ID: <04bf01c303a1$e32f4610$728d3a40@user> References: <00df01c30399$e33e5ae0$0100a8c0@ibac> <3E9C8939.6060707@laposte.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I use zone edit (www.zoneedit.com). They are free for up to 5 zones. Then, I just use wget to do the following commands every 5 minz on crontab: wget -O - --http-user=my_username_here --http-passwd=my_passwd_here 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.123123.info' wget -O - --http-user=my_username_here --http-passwd=my_passwd_here 'http://dynamic.zoneedit.com/auth/dynamic.html?host=123123.info' When it pings them, their database automatically updates...no DNS change to wait for worldwise ;) THIS IS INSTANT DNS CHANGE!!!! Thanks, Will Ashworth ----- Original Message ----- From: "E. J. Cerejo" <ej.cerejo@laposte.net> To: "Alfonso Romero" <ibac@prodigy.net.mx> Cc: <freebsd-questions@freebsd.org> Sent: Tuesday, April 15, 2003 3:35 PM Subject: Re: Dynamic IP Web Server > use dns2go > > www.dns2go.com > > Alfonso Romero wrote: > > Is there a way to use a dynamic IP address to host a Web site? Could you please tell me where can I get some information about that? > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?04bf01c303a1$e32f4610$728d3a40>