home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Komunik / sambar / _SETUP.1 / dyndns.ini < prev    next >
INI File  |  2000-03-09  |  954b  |  35 lines

  1. #
  2. # DYNDNS.ORG configuration file
  3. #
  4. # Used by the dyndns.c sample code which can be initialized
  5. # via the config.ini entry:
  6. #    
  7. #    INIT = samples.dll:dyndns_init
  8. #    EXIT = samples.dll:dyndns_exit
  9. #
  10. # Notice:  This code has not been extensively tested!
  11. #
  12.  
  13. [dyndns]
  14. username = your-username
  15. password = your-password
  16.  
  17. # The hostname you configured on the Dynamic DNS main page
  18. hostname = yourhost.dyndns.org
  19.  
  20. # If ON, adds an alias to *.yourhost.dyndns.org pointing to
  21. # the same IP address as entered for yourhost.dyndns.org. 
  22. wildcard = off
  23.  
  24. # Dynamic or static NIC host
  25. static = off
  26.  
  27. # Optional - The hostname of a server which has been setup to
  28. # receive your mail.  If used in conjunction with backmx (below)
  29. # this host will be attempted only if access to your host directly
  30. # fails.  This server MUST be correctly configured to accept and/or
  31. # relay your mail, or mail will be lost.
  32. #
  33. #mx = xxx.dyndns.org
  34. backmx = off
  35.