home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / toaster.zip / Compat / ACCESS.ALLOW < prev    next >
Text File  |  1991-12-31  |  1KB  |  31 lines

  1. #
  2. # ACCESS.ALLOW: file to limit access for some machines, extension of previous 
  3. # ACCESS.DENY file
  4. #
  5. # ipnum:class:maximum:hstart:hend:string to send before shutdown
  6. # where
  7. #   ipnum:     byte.byte.byte.byte    byte = * or number
  8. #   class:    number
  9. #   maximum:    number
  10. #   hstart:    hour this entry starts to be valid
  11. #   hend:    hour this entry ceases to be valid (can both be 0 to ignore..)
  12. #   string:     string
  13. #
  14. # o A class is defined the first time it's used
  15. # o The maximum-value is only used at a class-definition. If its -1, no maximum
  16. #   is installed. If it's 0, logins from this class are disabled.
  17. # o string is sent, if the login can't be allowed. on classes with maximum=0, 
  18. #   this should be a general message, that no logins are allowed from this 
  19. #   class, if maximum is some number, it should say something like 
  20. #   "maxmium users from your site class exceeded".
  21. # Order MATTERS. IE if you allow 129.*.*.*, you have to put any restrictions 
  22. # on 129.132.*.* BEFORE this statement.
  23. # Addresses not matching any patterns are not allowed. 
  24. # (You can get rid of this default by allowing *.*.*.* as the last rule).
  25. #
  26. #
  27. # --
  28. # LEAVE THIS PATTERN HERE.  Without this, ONLY people in this file
  29. # can get to the game.  Put any restricted nodes before this line.
  30. *.*.*.*:0:-1:0:0:No message should ever be printed here.
  31.