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