Short:    ARexx script to update/change account at DynDNS.org server
Author:   Andy_Mtn@gmx.net
Uploader: Andy_Mtn@gmx.net
Type:     comm/tcp
Requires: TCP/IP STACK (Miami/Genesis/AmiTCP....)
          http://ftp.wustl.edu/pub/aminet/util/pack/xpk_User.lha
          http://ftp.wustl.edu/pub/aminet/util/rexx/rmh.lha
          http://ftp.wustl.edu/pub/aminet/comm/tcp/rxsocket.lha
Version:  0.4alpha (16-04-01)




########################################################################################
Thiz is an early ALPHA-VERSION , Pleaze report BUGS/MISSING FEATURES to Andy_Mtn@gmx.net
########################################################################################



Visit the following Pages for an Overview !
============================================


        Login / New Account :

                http://members.dyndns.org/nic/login


        Option(s) Help:

                http://support.dyndns.org/dyndns/howto/editform_low.shtml


        Error-Codes

                http://support.dyndns.org/dyndns/clients/devel/codes.shtml


        Why you should use `FORCE` switch carefully :

                http://support.dyndns.org/dyndns/abuse.shtml



 USAGE :
==========




Usage : AmDynDns Username=UN/K/A,Password=PW/K/A,HostName=Host=HN/M/A,IP/K,FORCE=F/S
                 ,SKIP=S/S,Wildcard=WC/S,MailExchange=MX/K,BackMX=BMX/S,Port/S
                 ,System/K,Offline=OFF/S,NoRequester=NR/S,SMC/S,SMCIP/K

 HELP :

 USERNAME                       Username at DynDNS.org
 PASSWORD                       Password at DynDNS.org
 HOSTNAME(s) Host1 Host2 ...    Static HostName(s) at DynDNS.org
 IP {GUESS}                     Your IP [{NUMBER} | {FILE} | guess | local | net]
 WILDCARD {OFF}                 Adds An Alias To *.yourhost
 MAILEXCHANGE                   Mail Exchange Host
 MAILEXCHANGE BACKUP {NO}       Backup Flag
 FORCE                          Force Update
 SKIP                           Skip UPDATE Check
 PORT {80}                      80 / 8245
 SYSTEM {DYNDNS}                DynDNS / StatDNS
 OFFLINE                        Set Offline Flag
 NOREQUESTER                    Turn AmDynDNS-ERROR-Requesters OFF
 SMC                            Gets IP from SMC-Barricade-Router at 192.168.123.254
 SMCIP                          Gets IP from SMC-Barricade-Router at xxx.yyy.xxx.yyy



Basic Example :
===============

 AmDynDNS UN=test PW=test HN=test.mine.nu



For a simple GUI use `http://ftp.wustl.edu/~aminet/dirs/aminet/util/cli/r.lha`


How To Update :

-Add AmDynDNS [OPTIONS] to your Start-net.config in your TCP/IP STACK





########################################################################################
Thiz is an early ALPHA-VERSION , Pleaze report BUGS/MISSING FEATURES to Andy_Mtn@gmx.net
########################################################################################


