See the AUTHORS file for information on the authors.

See the ABOUT file for a brief description of ddnsu.

To compile, run 'make'.

Run ddnsu without arguments to see its options. The only
options which are required are the service (-S), username
(-u), password (-p), and domain (-d). Example:

./ddnsu -S dyndns.org -u test -p test -d test.dyndns.org
./ddnsu -S dyndns.org -u test -p test -d test-static.dyndns.org -s statdns
./ddnsu -S dyndns.org -u test -p test -d test1.customtest.dyndns.org -s custom

If you get an error, usually ddnsu gives you an error
code and exits with that error code as its return
value. Open up the header file for the service you
used and compare its return codes with the error code
you recieved (for example, dyndns.h).
