Fulltext results:
- DynDNS Updates without a Client
- b as good as any other client. <code bash dyndns-update.sh> #! /bin/bash . ${HOME}/.dyndns.cfg DOMAINS=... silent --show-error --insecure --user ${LOGIN} "${UPDATE_URL}?hostname=${domain}" done </code> First, the... the ''$LOGIN'' variable) and the server's URL (''$UPDATE_URL'') are read from the config file ''~/.dyndns.... file: <file bash dyndns.cfg> LOGIN="jdoe:secret" UPDATE_URL="http://members.dyndns.org/nic/update" # DynD