junkbstr.ini
上传用户:qunlip
上传日期:2007-01-04
资源大小:203k
文件大小:4k
源码类别:

代理服务器

开发平台:

Visual C++

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