home *** CD-ROM | disk | FTP | other *** search
/ Freelog 24 / Freelog024.iso / Popup / Junkbuster / junkbstr.ini < prev    next >
Text File  |  1998-10-30  |  4KB  |  129 lines

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