Short:        ARexx script to update the justlinux.com DynDNS server
Author:       newlook@linux.tc3net.com (Deryk B. Robosson)
Uploader:     newlook linux tc3net com (Deryk B  Robosson)
Type:         comm/tcp
Version:      0.2
Requires:     comm/tcp/rxsocket.lha
Architecture: m68k-amigaos

 Installation:
 --------------
 Copy jldyndns.rexx to your rexx: directory.

 Visit http://www.justlinux.com to setup an account for DynDNS

 Once this is complete you should configure the script using:
  rx jldyndns.rexx -c

 You will be asked a series of questions. The default server and port
 numbers can be left alone for now. You should enter your username,
 password, and hostname you entered on the DynDNS account creation page.

 Once finished, the configuration will be saved to s:jldyndns. In order to
 change the configuration at a later time, just rerun the script in config
 mode.

 There are a few options that can be permanently changed at the top
 of the script but really shouldn't be important for 98% of the users.

 Version 0.1
 --------------
 Initial Creation

 Version 0.2
 --------------
 Removed 'trace results' used for debugging