X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=config;h=3a6d8bf817e4d60128e3b6ee7a46838df43c0053;hb=83a36343155a2f17d29ff1c706809bf56382a9ec;hp=02811ae65a5cbd56ecb7a8e2bb4ba304c89fc3d1;hpb=cbc101390e1a80f1c6d5c67d40255667603621fd;p=privoxy.git diff --git a/config b/config index 02811ae6..3a6d8bf8 100644 --- a/config +++ b/config @@ -1,7 +1,7 @@ # Sample Configuration file for the Internet Junkbuster 2.9.x # -# $Id: config,v 1.14 2001/06/08 00:25:01 jongfoster Exp $ +# $Id: config,v 1.19 2001/07/25 13:48:54 oes Exp $ # # Table of Contents @@ -233,8 +233,10 @@ proxy-info-url http://www.your-site.com/proxy.html # debug 16 # LOG = log all data into the logfile # debug 32 # FRC = debug force feature # debug 64 # REF = debug regular expression filter -# debug 128 # RED = debug fast redirects -# debug 256 # CLF = Common Log Format +# debug 128 # = debug fast redirects +# debug 256 # = debug GIF deanimation +# debug 512 # CLF = Common Log Format +# debug 1024 # = debug kill popups # debug 4096 # INFO = Startup banner and warnings. # debug 8192 # ERROR = Non-fatal errors # @@ -244,7 +246,7 @@ proxy-info-url http://www.your-site.com/proxy.html # The reporting of FATAL errors (i.e. ones which crash # JunkBuster) is always on and cannot be disabled. # -# If you want to use CLF, you should set "debug 256" ONLY, +# If you want to use CLF, you should set "debug 512" ONLY, # do not enable anything else. # # Multiple "debug" directives, are OK - they're logical-OR'd @@ -423,7 +425,7 @@ toggle 1 # There is an implicit line equivalent to the following, which specifies that # anything not finding a match on the list is to go out without forwarding # or gateway protocol; like so: -# forward .* . # implicit +# forward .* . # implicit # # In the following common configuration, everything goes to Lucent's LPWA, # except SSL on port 443 (which it doesn't handle) @@ -498,7 +500,27 @@ toggle 1 # forward localhost.localdomain . # Loopback address # forward www.ukc.mirror.ac.uk . # Specific host # - +# +# Note: If you intend to chain junkbuster and squid locally, the chain +# broswer -> squid -> junkbuster is the recommended way. +# +# Your squid configuration could then look like this: +# +# # Define junkbuster as parent cache +# cache_peer 127.0.0.1 8000 parent 0 no-query +# +# # Define ACL for protocol FTP +# acl FTP proto FTP +# +# # Do not forward ACL FTP to junkbuster +# always_direct allow FTP +# +# # Do not forward ACL CONNECT (https) to junkbuster +# always_direct allow CONNECT +# +# # Forward the rest to junkbuster +# never_direct allow all +# ############################################################################# # 5. WINDOWS GUI OPTIONS