home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ijfire14.zip / firewall.dct < prev    next >
Text File  |  2000-03-03  |  1KB  |  46 lines

  1. #
  2. #    FIREWALL.DCT - Do not modify this file!
  3. #
  4. #    This file contains dictionary translations. The file is composed 
  5. #    of Attribute/Value Pairs. The value of each attribute
  6. #    is specified as one of 4 data types.  Valid data types are:
  7. #
  8. #    string - 0-253 octets (probably less)
  9. #    ipaddr - 4 octets in network byte order
  10. #    integer - 32 bit value in big endian order (high byte first)
  11. #    date - 32 bit value in big endian order
  12. #
  13. #    Enumerated values are stored in *.cnf files in the respective
  14. #    database directories.
  15. #
  16.  
  17.  
  18. ATTRIBUTE    Logging-Control        1    integer
  19. ATTRIBUTE    Permit-Outgoing        2    integer
  20. ATTRIBUTE    Permit-Incoming        3    integer
  21. ATTRIBUTE    Account-Interval    40    integer
  22.  
  23. #
  24. #    Integer Translations
  25. #
  26.  
  27. #    Logging-Control
  28. VALUE        Logging-Control        Disabled        0
  29. VALUE        Logging-Control        Enabled            1
  30.  
  31. #    Permit-Outgoing
  32. VALUE        Permit-Outgoing        NO            0
  33. VALUE        Permit-Outgoing        YES            1
  34.  
  35. #    Permit-Incoming
  36. VALUE        Permit-Incoming        NO            0
  37. VALUE        Permit-Incoming        YES            1
  38.  
  39.  
  40. #    Account-Interval
  41. # Seconds between saving the account information to disk.
  42. #
  43.  
  44.  
  45.