On Sat, 13 Sep 2003, Bill Mullen wrote:

> On Fri, 12 Sep 2003, Erik Evjenth wrote:
> 
> > This all works fine, but I have not found a Linux replacement for "Dynamic
> > DNS Client 5.0"
> 
> Piece o' cake. :) Run this script periodically (say, as a cron job):
> 
> =====
> 
> #!/bin/sh
> #
> # Script to update ZoneEdit DNS
> 
> UN="ZoneEditUserName"
> PW="ZoneEditPassword"
> HN="FQDN.host.name"
> 
> lynx -source -auth=$UN:$PW 'http://dynamic.zoneedit.com/auth/dynamic.html?host=$HN'

Oops! Use *double* quotes in the above line, not single quotes ... :)
 
-- 
Bill Mullen   [EMAIL PROTECTED]   MA, USA   RLU #270075   MDK 8.1 & 9.0
"An opinion is like a branding iron. It is one thing to hold it, and
another to press it into the skin of a friend." - James Lileks

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to