home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / IJB20OS2 / CONFIG / CONFIG.IJB < prev    next >
Text File  |  1997-09-23  |  4KB  |  112 lines

  1. #    Sample Configuration file for the Internet Junkbuster 2.0
  2.  
  3. # Copyright 1997 Junkbusters Corporation.  For distribution, modification and
  4. # use under the GNU General Public License. These files come with NO WARRANTY.
  5. # See http://www.junkbusters.com/ht/en/gpl.html or the README file for details.
  6. #
  7. # For information see http://www.junkbusters.com/ht/en/ijbman.html
  8. # or the documentation that came with the release
  9.  
  10. # the blockfile contains patterns to be blocked by the proxy
  11. #
  12. blockfile        block.ijb    # comments are OK here, too
  13.  
  14. # the cookiefile contains patterns to specify the cookie management policy
  15. #
  16. cookiefile        cookie.ijb
  17.  
  18. # the logfile is where all logging and error messages are written
  19. #
  20. logfile            logfile.ijb
  21.  
  22. # the jarfile is where cookies can be stored
  23. #
  24. jarfile            jarfile.ijb
  25.  
  26. # the forwardfile defines domain-specific routing
  27. #
  28. forwardfile        forward.ijb
  29.  
  30. # file which lists and into which trusted domains are written
  31. #
  32. #trustfile        strust.txt
  33. # files specify locations of "for information about trusted referers, see.."
  34. # multiple trust_info_url lines are OK
  35. #
  36. # trust_info_url        http://internet.junkbuster.com/
  37. # trust_info_url        http://www.yoursite.com/trust_policy.html
  38. #
  39.  
  40. # The access control list file can be used to restrict IP addresses
  41. # that are permitted to use the proxy (see warnings in the FAQ).
  42. #
  43. #aclfile            saclfile.txt
  44.  
  45. # add an "X-Forwarded-For:" specification to each request header
  46. #
  47. #add-forwarded-header
  48.  
  49. # if logging cookies into a jarfile, and no other wafers were
  50. # explicity set, then by default a vanilla wafer is sent with
  51. # each request.
  52. #
  53. # setting 'suppress-vanilla-wafer' stops this vanilla wafer from
  54. # being sent.
  55. #
  56. #suppress-vanilla-wafer
  57.  
  58. # add these wafers to each request header
  59. # multiple wafer lines are OK
  60. #
  61. #wafer        NOTE=Like most people, I want my browsing to be anonymous.
  62. #wafer        WARNING=Please do not attempt to track me.
  63.  
  64. # Anything can be added to the request headers. Please don't litter.
  65. # multiple add-header lines are OK
  66. #
  67. #add-header        Forwarded: by http://pro-privacy-isp.net
  68. #add-header        Proxy-Connection: Keep-Alive
  69.  
  70. # listen-address specifies where the Junkbuster will listen for connections
  71. # (it's equivalent to the -h option in Version 1)
  72. # The default is to bind to all IP addresses (INADDR_ANY)
  73. # Specifying a port is optional; if unspecified the defaults is 8000
  74. #
  75. #listen-address        localhost
  76. #listen-address        124.207.250.245:8080
  77.  
  78. # user-agent specifies treatment of the "User-Agent:" (and "UA-*:") header(s)
  79. #
  80. user-agent        Mozilla 3.0 (OS/2; I)
  81.  
  82. # referer specifies treatment of the "Referer:" header
  83. #
  84. #referer        @
  85.  
  86. # from specifies value to be subsituted if browser provides a "From:" header
  87. #
  88. #from            spam-me-senseless@sittingduck.net
  89.  
  90. # hide-console is used only on Win32. It instructs the Internet Junkbuster
  91. # to disconnect from and hide the command console
  92. #
  93. #hide-console
  94.  
  95. # debug sets the level of debugging information to log in the logfile
  96. #
  97. debug             1    # GPC  = show each GET/POST/CONNECT request
  98. # debug             2    # CONN = show each connection status
  99. # debug             4    # IO   = show I/O status
  100. # debug             8    # HDR  = show header parsing
  101. # debug            16    # LOG  = log all data into the logfile
  102. #
  103. # multiple "debug" directives, are OK - they're logical-OR'd together
  104. #
  105. # debug            15    # same as setting the first 4 listed above
  106.  
  107. # single-threaded operation (i.e. disallows multiple threads or processes)
  108. # This is most often used for debugging because it keeps the
  109. # debugging output "in order" for easy reading.
  110. #
  111. #single-threaded
  112.