That's because your IP uses transparent proxying and the script connects
via port 80...
Here's what I use very succesfully:
Joost
It's very easy
You just alter the custom script as such:
#!/bin/sh
# Description: Put your description here
#------------------------------------------------------------
# Custom dynamic DNS update handler.
#------------------------------------------------------------
IPADDR=$1
USERID=$2
PASSWD=$3
DOMAIN=$4
#------------------------------------------------------------
# Your handler starts here.
#------------------------------------------------------------
lynx -source -auth="$USERID:$PASSWD"
"http://dynamic.zoneedit.com/auth/dynamic.html?zones=your_zone_here&dnsto=$IPADDR"
# fill this in...
#------------------------------------------------------------
# Your handler ends here.
I used the $IPADDR line, although if you're not behind a proxy or so, you
theoretically won't need it. The zones parameter is probably also not
needed, but I just left the script the way it was as soon as it started
working.
Joost
--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org